Exemplo n.º 1
0
 public ActionResult Index2()
 {
     // DXCOMMENT: Pass a data model for GridView
     return(View(_playerRepo.GetAll().OrderBy(p => p.EffMin)));
 }