Пример #1
0
 public function DeleteBlackout()
 {
     $id = $this->page->GetBlackoutId();
     $scope = $this->page->GetSeriesUpdateScope();
     Log::Debug('Deleting blackout. BlackoutId=%s, DeleteScope=%s', $id, $scope);
     $this->manageBlackoutsService->Delete($id, $scope);
 }