Ejemplo n.º 1
0
 public List <CommissionReport> CommissionReport(string mphone, string fromDate, string toDate)
 {
     return(kycRepository.CommissionReport(mphone, fromDate, toDate));
 }