Exemplo n.º 1
0
 public async Task GetDeliveryBoxAsync()
 {
     AssertCall <DeliveryBox>(await repository.GetDeliveryBoxAsync());
 }