Ejemplo n.º 1
0
        public DataTable platoByID(int idplato)
        {
            PlatoDAL  li = new PlatoDAL();
            DataTable dt = li.GetPlatoByID(idplato);

            return(dt);
        }