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

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