Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function latest($sourceName, $currencyCode, $rateType = 'default')
 {
     return $this->repository->latest($sourceName, CurrencyCodeUtil::clean($currencyCode), $rateType);
 }