Exemple #1
0
 public int InsertPaymentPreMaturity(PaymentsPreMaturity thePaymentsPreMaturity)
 {
     return(PaymentsPreMaturityIntegration.InsertPaymentPreMaturity(thePaymentsPreMaturity));
 }
Exemple #2
0
 public List <PaymentsPreMaturity> GetPaymentsPrematurityList(bool allOffices = false, bool showDeleted = false)
 {
     return(PaymentsPreMaturityIntegration.GetPaymentsPrematurityList(allOffices, showDeleted));
 }