예제 #1
0
 public User GetAuthUser(string email, string password)
 {
     return(_userDataRepository.GetAuthUser(email, password));
 }