コード例 #1
0
ファイル: PlatoBLL.cs プロジェクト: WOWmatias3/MesaSigloXXI
        public bool ingresaRelacion(int id_plato, int cantidad)
        {
            PlatoDAL plDAL = new PlatoDAL();

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