Пример #1
0
 public static void Notify(NotificationType type, string message)
 {
     var newNotification = new Notification { Type = type, Message = message };
     SessionManager.ListOfNotifications.Add(newNotification);
 }