예제 #1
0
 protected void InitialisePaymentSourcesViewBag(TransactionsService svc)
 {
     ViewBag.PaymentSources = svc.GetPaymentSources().ToList();
 }