Exemplo n.º 1
0
 public BOAPaymentResponse MakePaymentWithBOA(BOAPayment pymt)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public BOAPaymentResponse MakePaymentWithBOA(BOAPayment pymt)
 {
     return(_repository.MakePaymentWithBOA(pymt));
 }