Пример #1
0
 public Account GetAccountByEmailWithRole(string email)
 {
     return(_accountDal.GetAccountByEmailWithRole(email));
 }