Пример #1
0
        public DataTable platoRela(int idpla)
        {
            PlatoDAL  li = new PlatoDAL();
            DataTable dt = li.GetRelacionIngredientes(idpla);

            return(dt);
        }