예제 #1
0
 public async Task DeleteAsync()
 {
     var data = await repository.GetAsync(7);
     await repository.DeleteAsync(data);
 }