Exemple #1
0
 public int InsertPaymentMaturity(PaymentsMaturity thePaymentsMaturity)
 {
     return(PaymentsMaturityIntegration.InsertPaymentMaturity(thePaymentsMaturity));
 }
Exemple #2
0
 public List <PaymentsMaturity> GetMaturityPaymentList(DateTime maturityPaymentDate, bool allOffices = false, bool showDeleted = false)
 {
     return(PaymentsMaturityIntegration.GetMaturityPaymentList(maturityPaymentDate, allOffices, showDeleted));
 }