Exemplo n.º 1
0
 /**
  * [get description]
  * @param  Prestation $prestation [description]
  * @return [type]                 [description]
  */
 public function get(Prestation $prestation)
 {
     return $this->repository->findOneByPrestation($prestation->getId());
 }