예제 #1
0
 public ActionResult DepositTotalsForDatesResults(DepositTotalsModel m)
 {
     return View(m);
 }
예제 #2
0
 public ActionResult DepositTotalsForDates()
 {
     var m = new DepositTotalsModel();
     return View(m);
 }