Пример #1
0
 public ActionResult MasterGrid()
 {
     return(PartialView("_MasterGrid", _Service.GetQuerable().ToList()));
 }