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