AccesoDatos.SQL.RepositorioUsuariosSQL.TraerPorEmailYPassword C# (CSharp) Méthode

TraerPorEmailYPassword() public méthode

public TraerPorEmailYPassword ( string email, string password ) : int
email string
password string
Résultat int
        public int TraerPorEmailYPassword(string email, string password)
        {
            throw new NotImplementedException("No hay base de datos!!");
        }
RepositorioUsuariosSQL