Пример #1
0
 public ISmtpClient CreateClient(ISmtpService smtpService)
 {
     return(smtpService.CreateClient(_username, _password));
 }