package com.rjconsultores.ventaboletos.service; import java.util.List; import com.rjconsultores.ventaboletos.entidad.ConfRestricaoTramo; public interface ConfRestricaoTramoService extends GenericService { void actualizacionAuditagem(List lsConfRestricaoTramo); }