コード例 #1
0
 public List <GuarantorLoanRecoveries> GetLoanHistoryDetails(int RecordID)
 {
     return(GuarantorLoanRecoveryIntegration.GetLoanHistoryDetails(RecordID));
 }
コード例 #2
0
 public bool GetGuarantorLoanRecoveriesByGuarantorLoanId(int guarantorloanId, decimal loanAmount)
 {
     return(GuarantorLoanRecoveryIntegration.GetGuarantorLoanRecoveriesByGuarantorLoanId(guarantorloanId, loanAmount));
 }
コード例 #3
0
 public List <GuarantorLoanRecoveries> GetActiveLoanDetails(int loanApplicantId, string loanAppliedBy)
 {
     return(GuarantorLoanRecoveryIntegration.GetActiveLoanDetails(loanApplicantId, loanAppliedBy));
 }
コード例 #4
0
 public List <GuarantorLoanRecoveries> GetGuarantorLoanRecoveriesByGuarantorLoanId(int guarantorloanId)
 {
     return(GuarantorLoanRecoveryIntegration.GetGuarantorLoanRecoveriesByGuarantorLoanId(guarantorloanId));
 }
コード例 #5
0
 public List <GuarantorLoanRecoveries> GetGuarantorLoanRecoveries(string searchText)
 {
     return(GuarantorLoanRecoveryIntegration.GetGuarantorLoanRecoveries(searchText));
 }