Exemplo n.º 1
0
 public Task CreateIfNotExistsAsync(CancellationToken cancellationToken)
 {
     _store.CreateIfNotExists(_containerName);
     return(Task.FromResult(0));
 }