Exemplo n.º 1
0
 public long GetLoginDetailsByEmail(string username)
 {
     return(userDetailsRepository.GetLoginDetailsByEmail(username));
 }