Exemplo n.º 1
0
 public void GetPricedItems(params string[] ids)
 {
     AssertCall <List <PricedItem> >(repository.GetPricedItems(ids));
 }