public Task DeleteNotification(string id) { return(NotificationLogic.DeleteNotification(id)); }
public List <Notification> ListNotifications(Position position) { NotificationLogic notificationLogic = new NotificationLogic(); return(notificationLogic.ListNotificationsLogic(position)); }