Ejemplo n.º 1
0
        public DataTable AllplatosList()
        {
            PlatoDAL  li = new PlatoDAL();
            DataTable dt = li.GetAllplatos();

            return(dt);
        }