Exemplo n.º 1
0
 public async Task DropDatasetById(Guid id)
 {
     await _repository.DropDatasetAsync(new Dataset { Id = id });
 }