package devopsdistilled.operp.client.business.purchases.controllers; import devopsdistilled.operp.client.abstracts.EntityController; import devopsdistilled.operp.server.data.entity.business.PurchaseDescRow; public interface PurchaseDescRowController extends EntityController<PurchaseDescRow> { }