Ejemplo n.º 1
0
 public function deleteAction($id)
 {
     return CategoriesService::delete($id);
 }