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