Example #1
0
 public IdentityController(
     UserManager <User> userManager,
     IOptions <ApplicationSetings> appSetings,
     IIdentityservice identityService)
 {
     this.userManager     = userManager;
     this.appSetings      = appSetings.Value;
     this.identityService = identityService;
 }
 public IdentityController(IIdentityservice identityservice)
 {
     _identityservice = identityservice;
 }