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