Exemplo n.º 1
0
 public ActionResult DepositTotalsForDatesResults(DepositTotalsModel m)
 {
     return View(m);
 }
Exemplo n.º 2
0
 public ActionResult DepositTotalsForDates()
 {
     var m = new DepositTotalsModel();
     return View(m);
 }