Beispiel #1
0
 public ManageController(
     IUserIdentityApplicationService userIdentityApplicationService,
     IIdentityProvider userIdentityProvider,
     IIdentityMessageService userIdentityMessageService)
 {
     this.userIdentityApplicationService = userIdentityApplicationService;
     this.userIdentityProvider           = userIdentityProvider;
     this.userIdentityMessageService     = userIdentityMessageService;
 }
Beispiel #2
0
 public AccountController(IUserIdentityApplicationService userIdentityApplicationService, IIdentityProvider identityProvider)
 {
     this.userIdentityApplicationService = userIdentityApplicationService;
     this.userIdentityProvider           = identityProvider;
 }