Пример #1
0
 public ActionResult Index()
 {
     insRepo.Insurance  = "Insurance";
     ViewBag.deductible = deductibleRepo.GetDeductible();
     return(View());
 }