Пример #1
0
 function action_remove()
 {
     PermissionHelper::Verification('Editor');
     $tovarId = $_GET['tovarId'];
     ProductService::Delete(ProductService::GetById($tovarId));
     header("Location: /product/itemadmin");
 }