Ejemplo n.º 1
0
 public DataTable GetAgentsTree(int UserID, bool IsAgent)
 {
     return(aidePlatformManagerData.GetAgentsTree(UserID, IsAgent));
 }