Exemplo n.º 1
0
 public async Task GetCoinsAsync(int gems)
 {
     AssertCall <Coins>(await repository.GetCoinsAsync(gems));
 }