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