コード例 #1
0
 public Task <bool> AddCollectionAsync(CollectionModel collection)
 {
     return(_restService.AddAsync(_baseUri, collection));
 }