Beispiel #1
0
 public BOAPaymentResponse MakePaymentWithBOA(BOAPayment pymt)
 {
     throw new NotImplementedException();
 }
 public BOAPaymentResponse MakePaymentWithBOA(BOAPayment pymt)
 {
     return(_repository.MakePaymentWithBOA(pymt));
 }