subjectService->alertsData(); } public function saveNotificationSubjects(array $posted): array { return $this->subjectService->save($posted); } public function printNotificationRecipientsData(): array { return $this->printRecipientService->data(); } public function savePrintNotificationRecipients(array $posted): array { return $this->printRecipientService->save($posted); } }