Ejemplo n.º 1
0
 public async Task GetIconAsyncAsync(string id)
 {
     AssertCall <Icon>(await repository.GetIconAsync(id));
 }