Example #1
0
 public IEnumerable <PaymentMethod> GetByCustomerId(int id)
 {
     return(_repo.GetPaymentMethodByCustomerId(id));
 }