Exemplo n.º 1
0
 /**
  * @param <type> $id
  * @return NewRSS
  */
 public function get($id)
 {
     return $this->dao->get($id);
 }