예제 #1
0
 /// <summary>
 /// The method retrieves all payment methods from database
 /// </summary>
 /// <returns>List of PaymentMethod</returns>
 public List <PaymentMethod> GetAllPaymentMethods()
 {
     return(_paymentMethodManager.SelectPaymentMethods());
 }