Beispiel #1
0
 public int CalculateAndInsertIncentiveYearly(string DateFrom, string DateTo)
 {
     return(PaymentsBrokerageIntegration.CalculateAndInsertIncentiveYearly(DateFrom, DateTo));
 }
Beispiel #2
0
 public int CalculateAndInsertIncentiveMonthly(int Month, int Year)
 {
     return(PaymentsBrokerageIntegration.CalculateAndInsertIncentiveMonthly(Month, Year));
 }
Beispiel #3
0
 public int CalculateAndInsertCommissionPayable(PaymentsBrokerage thePaymentsBrokerage)
 {
     return(PaymentsBrokerageIntegration.CalculateAndInsertCommissionPayable(thePaymentsBrokerage));
 }
Beispiel #4
0
 public int InsertPaymentBrokerage(PaymentsBrokerage thePaymentsBrokerage)
 {
     return(PaymentsBrokerageIntegration.InsertPaymentBrokerage(thePaymentsBrokerage));
 }
Beispiel #5
0
 public List <PaymentsBrokerage> GetBrokeragePaybleDetails(int fieldForceId, string brokerageType)
 {
     return(PaymentsBrokerageIntegration.GetBrokeragePaybleDetails(fieldForceId, brokerageType));
 }