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;
        }