예제 #1
0
 public int iniciarSesion(string username, string password)
 {
     return(_usuarioServices.ExistUser(username, password));
 }