Exemplo n.º 1
0
 public async Task GetGemsAsync(int coins)
 {
     AssertCall <Gems>(await repository.GetGemsAsync(coins));
 }