Exemple #1
0
 public async Task GetQuagganAsync(string id)
 {
     AssertCall <QuagganIcon>(await repository.GetQuagganAsync(id));
 }