Current path: home/webdevt/cryptoimpot.fr/module/Application/src/Service/ExchangeService/
?? Go up: /home/webdevt/cryptoimpot.fr/module/Application/src/Service
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
namespace Application\Service\ExchangeService;
/**
* Description of BaseService
*
* @author jimmy
*/
class BaseService {
protected $countLineRecorded;
public function getCountLineRecorded() {
return $this->countLineRecorded;
}
public function getEntityManager() {
return $this->entityManager;
}
public function getExchangeRateService() {
return $this->exchangeRateService;
}
}