Example #1
0
        public int AddTypeInfo(Product product)
        {
            dbproduct = new DBProduct();
            int Result = 0;

            try
            {
                Result = dbproduct.AddTypeInfo(product);
                return(Result);
            }
            catch (Exception)
            {
                throw;
            }
        }