Exemple #1
0
 public List <MerchantBankInfo> MerchantBankInfoReport(string fromDate, string toDate, string accNo, string catId)
 {
     return(kycRepository.MerchantBankInfoReport(fromDate, toDate, accNo, catId));
 }