Example #1
0
 public IList<NotificationTimeDto> NotificationTimes2()
 {
     var notificationService = new NotificationService();
     return notificationService.GetNotificationTimes();
 }