コード例 #1
0
 public ActionResult TotalsByFundAgeRangeResults(TotalsByFundAgeRangeModel model)
 {
     return(View(model));
 }
コード例 #2
0
        public ActionResult TotalsByFundAgeRange()
        {
            var model = new TotalsByFundAgeRangeModel();

            return(View(model));
        }