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