Esempio n. 1
0
        public bool insert_plato(PlatoBLL objaux, int cant)
        {
            PlatoDAL plDAL = new PlatoDAL();

            return(plDAL.insertPlato(this.Imagen, this.Nombre_plato, this.Precio, this.Categoria, this.Habilitado, this.descripcion, cant));
        }