Example #1
0
 public ActionResult DivisionList(int id)
 {
     return(View("Other/DivisionList", OrganizationModel.Divisions(id)));
 }