package com.rjconsultores.ventaboletos.dao; import java.util.List; import com.rjconsultores.ventaboletos.entidad.GP_Pricing; import com.rjconsultores.ventaboletos.entidad.GP_PricingFormapago; public interface GP_PricingFormapagoDAO extends GenericDAO { List obtenerTodoPorPricing(GP_Pricing pricing); }