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