Exemplo n.º 1
0
 public EmailProvider(IOptions <SmtpOptions> options)
 {
     _options = options.Value;
 }