Ejemplo n.º 1
0
 public ActionResult ListItems(int id, int year)
 {
     return(View(_da.OrderByAgencyRequest(id, year)));
 }