예제 #1
0
 public List <CashBackReport> CashBackDetails(string mphone, string fromDate, string toDate, string cbType)
 {
     return(kycRepository.CashBackDetails(mphone, fromDate, toDate, cbType));
 }