Пример #1
0
        //the reverse relationship b/w UserNotification and ApplicationUser
        public void Notify(Notification notification)
        {
            var userNotification = new UserNotification(this, notification);

            UserNotifications.Add(userNotification);
        }