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