public List <PaymentsLICMoneyback> GetLICMoneybackPaymentsDueListByCustomerAccountID(DateTime dueDateOfPayment, int customerAccountID)
 {
     return(PaymentsLICMoneybackIntegration.GetLICMoneybackPaymentsDueListByCustomerAccountID(dueDateOfPayment, customerAccountID));
 }
 public int UpdateLICMoneyBackPayment(List <PaymentsLICMoneyback> paymentsLICMoneyBackList)
 {
     return(PaymentsLICMoneybackIntegration.UpdateLICMoneyBackPayment(paymentsLICMoneyBackList));
 }
 public List <PaymentsLICMoneyback> GetLICMoneybackPaymentsStatusListByCustomerAccountID(string paymentStatus, int customerAccountID)
 {
     return(PaymentsLICMoneybackIntegration.GetLICMoneybackPaymentsStatusListByCustomerAccountID(paymentStatus, customerAccountID));
 }