Ejemplo n.º 1
0
 public bool AddLabelByName(string labelName, long objectId)
 {
     return(_service.addLabelByName(_authToken, labelName, objectId));
 }