Ejemplo n.º 1
0
 public void sendNotification(Reminder2.Data.ReminderDataStructure r)
 {
     notificationInterface.sendNotification(r);
 }
Ejemplo n.º 2
0
 public void deleteNotification(Reminder2.Data.ReminderDataStructure r)
 {
     notificationInterface.deleteNotification(r);
 }