Пример #1
0
        public static bool insert(string name)
        {
            int b = ProductTypeDAL.insert(name);

            if (b >= 1)
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }