Beispiel #1
0
 public async Task GetListedItemAsync(string id)
 {
     AssertCall <ListedItem>(await repository.GetListedItemAsync(id));
 }