package com.rjconsultores.ventaboletos.service;
import com.rjconsultores.ventaboletos.entidad.RutaIcmsExcepcion;
public interface RutaIcmsExcepcionService extends GenericService<RutaIcmsExcepcion, Integer> {
}