Exemplo n.º 1
0
        public bool ingresaRelacion(int id_plato, int cantidad)
        {
            PlatoDAL plDAL = new PlatoDAL();

            return(plDAL.ingresaRelacion(id_plato, cantidad));
        }