package devopsdistilled.operp.client.items.controllers; import devopsdistilled.operp.client.abstracts.EntityController; import devopsdistilled.operp.server.data.entity.items.Brand; public interface BrandController extends EntityController<Brand> { }