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

            return(View(m));
        }