예제 #1
0
 public ActionResult Index()
 {
     return(View(_paymentMethodApplication.List()));
 }
예제 #2
0
 public ActionResult Cart()
 {
     ViewBag.PaymentMethods = new SelectList(_paymentMethodApplication.List(), "Name", "Name");
     return(View());
 }