Exemplo n.º 1
0
 public SendGrid(ISendGridApiSettings sendGridApiSettings)
 {
     SendGridApiSettings = sendGridApiSettings;
 }
Exemplo n.º 2
0
 public SendGrid(IOptions <SendGridApiSettings> options)
 {
     SendGridApiSettings = options.Value;
 }