예제 #1
0
 public User GetByEmail(string email)
 {
     return UserAccessor.GetByEmail(email);
 }