public void InsertNotification(Notification notification) { dal.InsertNotification(notification); }
public void InsertNotification(Notification notification) { NotificationsCollection.Collection.Insert(notification); }