Exemplo n.º 1
0
 public void InsertNotification(Notification notification)
 {
     dal.InsertNotification(notification);
 }
Exemplo n.º 2
0
 public void InsertNotification(Notification notification)
 {
     NotificationsCollection.Collection.Insert(notification);
 }