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