Пример #1
0
 public WebPrincipalService(IPermissionRoleListService permissionRoleListService, IUserPrincipalFactory userPrincipalFactory, IConfigService configService)
 {
     this.userPrincipalFactory = userPrincipalFactory;
     this.configService        = configService;
 }
Пример #2
0
 public LoginService(IUserPrincipalFactory userPrincipalFactory, IWebConfigService configService, IWebPrincipalService webPrincipalService)
 {
     this.webPrincipalService  = webPrincipalService;
     this.configService        = configService;
     this.userPrincipalFactory = userPrincipalFactory;
 }