コード例 #1
0
 public PDBNotification GetNotifications()
 {
     NotificationService = new PdbNotificationService(this.SqlRepo);
     return(NotificationService.GetNext());
 }
コード例 #2
0
        public async Task <PDBNotification> GetNotificationStatus()
        {
            var notificationService = new PdbNotificationService(this._sqlRepo);

            return(await notificationService.GetDatabaseDeploymentFailureAlertAsync());
        }