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