import BaseEntityService from '../../common/services/BaseEntityService/BaseEntityService'; import EventProduct from '../entity/EventProduct'; import EventProductServiceInterface from './EventProductServiceInterface'; export default class EventProductService extends BaseEntityService implements EventProductServiceInterface { }