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

            return(notificationLogic.ListNotificationsLogic(position));
        }