コード例 #1
0
 public QueryResult <string> GetLibraryItemIds(SyncJobItemQuery query)
 {
     return(_repo.GetLibraryItemIds(query));
 }