Beispiel #1
0
 public RemoteSearchResult[] GetLabelContentById(long labelId)
 {
     return(_service.getLabelContentById(_authToken, labelId));
 }