Esempio n. 1
0
 public List <SourceWiseRegistration> SourceWiseRegistration(string fromDate, string toDate, string regStatus, string status, string regSource, string branchCode)
 {
     return(kycRepository.SourceWiseRegistration(fromDate, toDate, regStatus, status, regSource, branchCode));
 }