예제 #1
0
 public long GetLoginDetailsByEmail(string username)
 {
     return(userDetailsRepository.GetLoginDetailsByEmail(username));
 }