Esempio n. 1
0
 public string[] GetUsers(bool viewAll)
 {
     return(_service.getActiveUsers(_authToken, viewAll));
 }