public void RemoveNotification(model.Notification notification) { m_Db.Notifications.Remove(notification); }
public void AddNotification(model.Notification notification) { m_Db.Notifications.Add(notification); }