package com.rjconsultores.ventaboletos.service; import java.util.List; import com.rjconsultores.ventaboletos.entidad.PrecoApanhe; public interface PrecoApanheService extends GenericService { public List buscar(String deschotel, String desccolonia, String nombciudad); }