Beispiel #1
0
 public Task DeleteNotification(string id)
 {
     return(NotificationLogic.DeleteNotification(id));
 }
Beispiel #2
0
        public List <Notification> ListNotifications(Position position)
        {
            NotificationLogic notificationLogic = new NotificationLogic();

            return(notificationLogic.ListNotificationsLogic(position));
        }