예제 #1
0
 public ActionResult Create(BillingViewModel billingVM)
 {
     billingService.Create(billingVM);
     return(RedirectToAction("Index"));
 }