public void SendNotification(ProgressState request) { var notifications = new NotificationTable(); notifications.AddNotificationToTable(request); }
public IEnumerable<NotificationEntity> GetAllNotifications() { var notifications = new NotificationTable(); return notifications.GetAllActionProcesCloudServices(); }