Example #1
0
 protected void InitialisePaymentSourcesViewBag(AccountTransactionService svc)
 {
     ViewBag.PaymentSources = svc.GetPaymentSources().ToList();
 }