Пример #1
0
 public IList<NotificationTimeDto> NotificationTimesDateTime(int id)
 {
     var notificationService = new NotificationService();
     return notificationService.ComputeNotificationTimeForAgendaItem(id);
 }