public AccountService(NarikStarterDomainService domainService, IPasswordHasher <ApplicationUser> passwordHasher)
 {
     _domainService  = domainService;
     _passwordHasher = passwordHasher;
 }
Beispiel #2
0
 public UserActionController(NarikStarterDomainService domainService)
 {
     _domainService = domainService;
 }