Esempio n. 1
0
 public void GetListedItems(params string[] ids)
 {
     AssertCall <List <ListedItem> >(repository.GetListedItems(ids));
 }