Exemple #1
0
 public EmailSmtpService(ConfigService configService)
 {
     _emailSettings.Load(configService);
 }