Пример #1
0
        public void NotifyUserMustNotifyUser()
        {
            var notification = new EmailNotifier();

            notification.NotifyUser("Test Message");
            return;
        }
        public void NotifyUsertest()
        {
            var notification = new EmailNotifier();

            notification.NotifyUser("Email Sent Succesfully");
            return;
        }