package com.rjconsultores.ventaboletos.service;
import com.rjconsultores.ventaboletos.entidad.ConexionCtrl;
public interface ConexionCtrlService extends GenericService<ConexionCtrl, Long> {
}