Exemplo n.º 1
0
        public int AddBrandInfo(Product product)
        {
            dbproduct = new DBProduct();
            int Result = 0;

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