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

            return(await notificationService.GetDatabaseDeploymentFailureAlertAsync());
        }