Ejemplo n.º 1
0
        public DataTable DatosDesPlato(int idpla)
        {
            PlatoDAL li = new PlatoDAL();

            return(li.DATOSDeshablitarPlato(idpla));
        }