Пример #1
0
        public void SMSDeiveryStatusTest()
        {
            try
            {
                IMessageBox msgBox       = new MessageBox(config);
                ISMSManager manager      = new SMSManager(config, msgBox);
                int         updatedCount = manager.GetSendStatus();


                logger.LogInformation($"SMSDeiveryStatusTest updated {updatedCount} message(s)");
            }
            catch (Exception e)
            {
                logger.LogError(e.Message + "\r\n" + e.StackTrace);
                throw e;
            }
        }