AdmMono/src/com/rjconsultores/ventaboletos/service/ReservacionClaseService.java

15 lines
345 B
Java

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