Пример #1
0
 public bool RemoveSpace(string spaceKey)
 {
     return(_service.removeSpace(_authToken, spaceKey));
 }