Example #1
0
 /**
  * @param type $category
  * @return type 
  */
 public function removeCategory($category)
 {
     return $this->repository->removeEntity($category);
 }