예제 #1
0
 public void sendNotification(Reminder2.Data.ReminderDataStructure r)
 {
     notificationInterface.sendNotification(r);
 }
예제 #2
0
 public void deleteNotification(Reminder2.Data.ReminderDataStructure r)
 {
     notificationInterface.deleteNotification(r);
 }