Example #1
0
 public void RemoveNotification(model.Notification notification)
 {
     m_Db.Notifications.Remove(notification);
 }
Example #2
0
 public void AddNotification(model.Notification notification)
 {
     m_Db.Notifications.Add(notification);
 }