Example #1
0
 public ActionResult SelectPlan()
 {
     var model = new SelectPlanModel();
     return View(model);
 }
Example #2
0
        public ActionResult SelectPlan()
        {
            var model = new SelectPlanModel();

            return(View(model));
        }