示例#1
0
 public static CustomerPayment ApplyInvoicePayment(CustomerPayment pago, ICustomerPaymentRepository paymentRepository)
 {
     return(paymentRepository.ApplyInvoicePayment(pago));
 }