예제 #1
0
파일: SendGrid.cs 프로젝트: yrojasf/OneLine
 public SendGrid(ISendGridApiSettings sendGridApiSettings)
 {
     SendGridApiSettings = sendGridApiSettings;
 }
예제 #2
0
파일: SendGrid.cs 프로젝트: yrojasf/OneLine
 public SendGrid(IOptions <SendGridApiSettings> options)
 {
     SendGridApiSettings = options.Value;
 }