AccesoDatos.SQL.RepositorioUsuariosSQL.TraerPorEmailYPassword C# (CSharp) 메소드

TraerPorEmailYPassword() 공개 메소드

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