AccesoDatos.SQL.RepositorioUsuariosSQL.TraerPorEmailYPassword C# (CSharp) Method

TraerPorEmailYPassword() public method

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