예제 #1
0
        private string ScheduleNotification(string notificationTitle, DateTimeOffset dateTime)
        {
            XmlDocument notificationStructure = NotificationBuilder.BuildNoTitleNotification(notificationTitle);

            return(NotificationScheduler.ScheduleNotification(notificationStructure, dateTime));
        }