Ejemplo n.º 1
0
 public DataTable GetCommunicateLog(int agentId, int userId, int managerId)
 {
     return(exeCmd.GetCommunicateLog(agentId, userId, managerId));
 }