Пример #1
0
 public ActionResult _MiscGridBind()
 {
     return(View(new GridModel(_miscService.GetAll())));
 }