Example #1
0
 public List <Agent> GetAgentDataById(int id)
 {
     return(_dataSet.GetAgentDataById(id));
 }