Esempio n. 1
0
 public IEnumerable <ParentItemDTO> GetItems(ILogService log, ITime time, MarketItemFilters filters, ItemFillMode fillMode, out List <string> asinsWithError)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void FillWithAdditionalInfo(ILogService log, ITime time, IList <ItemDTO> items, IdType idType, ItemFillMode fillMode, out List <ItemDTO> itemsWithError)
 {
     throw new NotImplementedException();
 }