package com.megatim.fdxcommons.core.ifaces.helper; import com.megatim.fdxcommons.model.pojo.ReferentielToImportData; /** * * @author ASUS */ public interface ReferentielConsumptionHelper { void consume(ReferentielToImportData referentielToImportData) throws Exception; }