Пример #1
0
        public void SendEmailTest(SmtpModel model)
        {
            if (model == null)
            {
                throw new ArgumentNullException("SmtpMail ArgumentNullException Testing Async");
            }

            //Smtp dto = AutoMapperGenericHelper<SmtpModel, Smtp>.Convert(model);
            _smtpRepository.SendEmailTest(model);
        }