Пример #1
0
 public static function Update($id, $arFields)
 {
     $h = new CBPHistoryService();
     return $h->UpdateHistory($id, $arFields);
 }