Exemple #1
0
 public UserService(IAccountUoW accountUoW)
 {
     _accountUoW = accountUoW;
 }
Exemple #2
0
 public LoginService(IAccountUoW accountUoW)
 {
     _accountUoW = accountUoW;
 }