コード例 #1
0
 public void SendNotification(ProgressState request)
 {
     var notifications = new NotificationTable();
     notifications.AddNotificationToTable(request);
 }
コード例 #2
0
 public IEnumerable<NotificationEntity> GetAllNotifications()
 {
     var notifications = new NotificationTable();
     return notifications.GetAllActionProcesCloudServices();
 }