Exemple #1
0
 public List <AgentInformation> GetAgentInfo(string fromDate, string toDate, string options, string accCategory, string accCategorySub)
 {
     return(kycRepository.GetAgentInfo(fromDate, toDate, options, accCategory, accCategorySub));
 }