Ejemplo n.º 1
0
 public bool LoginUser(string userName, string password)
 {
     return(_userRepository.LoginUser(userName, password));
 }