예제 #1
0
 public int Login(string email, string password)
 {
     return(_repositorioUsuarios.TraerPorEmailYPassword(email, password));
 }