package org.audt4j.demo.spring.service; public interface InventoryService { void addItem(Item item); }