예제 #1
0
 public Task ClearAsync()
 {
     return(bucket.DropAsync());
 }