コード例 #1
0
        public void ProcessNotifications(JobStatus jobStatus)
        {
            _service.ProcessNotifications(Models.JobNotificationType.LoadAnnouncementNotification, jobStatus);

            if (jobStatus.Success)
            {
                _service.SendAnnouncementNewTitlesNotification(jobStatus);
            }
        }