import ProductServiceInterface from './ProductServiceInterface'; import Product from '../entity/Product'; import BaseEntityService from '../../common/services/BaseEntityService/BaseEntityService'; export default class ProductService extends BaseEntityService implements ProductServiceInterface { }