Example #1
0
        public DataSet GetBrandInfo()
        {
            dbproduct = new DBProduct();
            DS        = new DataSet();
            int Result = 0;

            try
            {
                DS = dbproduct.GetBrandInfo();
                return(DS);
            }
            catch (Exception)
            {
                throw;
            }
        }