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