Пример #1
0
 public async Task GetAllIconsAsync()
 {
     AssertCall <List <Icon> >(await repository.GetAllIconsAsync());
 }