package devopsdistilled.operp.client.business.purchases.panes.controllers; import devopsdistilled.operp.client.abstracts.EntityPaneController; import devopsdistilled.operp.client.business.purchases.panes.PurchaseDescRowPane; import devopsdistilled.operp.client.business.purchases.panes.models.PurchaseDescRowPaneModel; import devopsdistilled.operp.server.data.entity.business.PurchaseDescRow; public interface PurchaseDescRowPaneController extends EntityPaneController<PurchaseDescRow, PurchaseDescRowPaneModel, PurchaseDescRowPane> { }