Exemple #1
0
 public List <MerchantTransaction> GetTransactionById(string transNo, string refNo, string mphone)
 {
     return(kycRepository.GetTransactionById(transNo, refNo, mphone));
 }