Exemple #1
0
        public DataSet Listar()
        {
            Mascota mascota = new Mascota();

            return(mascota.Listar());
        }