Пример #1
0
 internal Account GetProfileByEmail(string email)
 {
     return(_repo.GetByEmail(email));
 }