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