Example #1
0
        public DataTable GetGoodsBrand()
        {
            string tableName;

            KingTop.BLL.Content.ModelAjaxDeal ajaDeal;

            tableName = HttpContext.Current.Request.Form["tableName"];
            ajaDeal   = new KingTop.BLL.Content.ModelAjaxDeal();
            return(ajaDeal.GetGoodsBrand(tableName));
        }