Waf.InformationManager.Infrastructure.Modules.Applications.Services.ShellService.ShellService C# (CSharp) 메소드

ShellService() 개인적인 메소드

private ShellService ( Lazy shellViewModel ) : System
shellViewModel Lazy
리턴 System
        public ShellService(Lazy<IShellViewModel> shellViewModel)
        {
            this.shellViewModel = shellViewModel;
        }