Example #1
0
 function deleteEntity($id)
 {
     return BaseContainer::deleteEntity('LOG', 'LOG_ID', $id, true);
 }