AdmMono/modelWeb/src/com/rjconsultores/ventaboletos/dao/CuponSecretariaDAO.java

15 lines
330 B
Java

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.rjconsultores.ventaboletos.dao;
import com.rjconsultores.ventaboletos.entidad.CuponSecretaria;
/**
*
* @author Administrador
*/
public interface CuponSecretariaDAO extends GenericDAO<CuponSecretaria, Integer> {
}