package devopsdistilled.operp.server.data.service.items; import devopsdistilled.operp.server.data.entity.items.Brand; import devopsdistilled.operp.server.data.service.EntityService; public interface BrandService extends EntityService<Brand, Long> { }