Ejemplo n.º 1
0
        public ActionResult GetCategoryList()
        {
            ProductsDAO dao   = new ProductsDAO();
            var         lstCt = dao.GetAllCategory();

            return(PartialView(lstCt));
        }