Exemple #1
0
 public List <DormantAgent> GetDormantAgentList(string fromDate, string toDate, string type)
 {
     return(kycRepository.GetDormantAgentList(fromDate, toDate, type));
 }