Example #1
0
 /**
  * @return BeerRepository
  * @throws \DataBaseException
  * @throws \Exception
  */
 public function getBeers()
 {
     return $this->beerDAL->getBeers();
 }