Exemple #1
0
 public void GetIcons(params string[] ids)
 {
     AssertCall <List <Icon> >(repository.GetIcons(ids));
 }