Exemplo n.º 1
0
 public User GetUserByEmail(string mail)
 {
     return(userPersistence.GetUserWithMail(mail));
 }