Beispiel #1
0
 private static void TheIspProblem()
 {
     _telogicalService = new NotificationService();
     var engineers = new List<User>
                         {
                             new User("Xing"),
                             new User("Saurav"),
                             new User("Saurabh"),
                             new User("Gerry"),
                             new User("Te"),
                             new User("Rupesh"),
                             new User("Chris"),
                             new User("Micheal"),
                             new User("Will"),
                             new User("Eric"),
                             new User("Ray"),
                             new User("Sameeri")
                         };
     _telogicalService.SendNotification(engineers);
 }
Beispiel #2
0
        private static void TheIspProblem()
        {
            _telogicalService = new NotificationService();
            var engineers = new List <User>
            {
                new User("Xing"),
                new User("Saurav"),
                new User("Saurabh"),
                new User("Gerry"),
                new User("Te"),
                new User("Rupesh"),
                new User("Chris"),
                new User("Micheal"),
                new User("Will"),
                new User("Eric"),
                new User("Ray"),
                new User("Sameeri")
            };

            _telogicalService.SendNotification(engineers);
        }