Пример #1
0
 public SendGrid(ISendGridApiSettings sendGridApiSettings)
 {
     SendGridApiSettings = sendGridApiSettings;
 }
Пример #2
0
 public SendGrid(IOptions <SendGridApiSettings> options)
 {
     SendGridApiSettings = options.Value;
 }