Ejemplo n.º 1
0
        public ActionResult LoadAllCategoryAndProduct()
        {
            var db     = new ProductBusiness();
            var result = db.BS_LoadAllCategoryAndProduct();

            return(PartialView(result));
        }