Ejemplo n.º 1
0
 public ActionResult TotalsByFundAgeRangeResults(TotalsByFundAgeRangeModel m)
 {
     return View(m);
 }
Ejemplo n.º 2
0
 public ActionResult TotalsByFundAgeRange()
 {
     var m = new TotalsByFundAgeRangeModel();
     return View(m);
 }