Ejemplo n.º 1
0
        public ActionResult List()
        {
            var data = MProductRepo.GetAllData();

            return(PartialView("_List", data));
        }
Ejemplo n.º 2
0
        // GET: MProduct
        public ActionResult Index()
        {
            var data = MProductRepo.GetAllData();

            return(View(data));
        }