Esempio n. 1
0
 public async Task GetIconsAsync(params string[] ids)
 {
     AssertCall <List <Icon> >(await repository.GetIconsAsync(ids));
 }