Ejemplo n.º 1
0
 public User GetByEmail(string email)
 {
     return(userAuthRepository.GetUserByEmail(email));
 }