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