示例#1
0
 public SparkPostSender(SparkPostClient postClient)
 {
     PostClient = postClient;
 }
示例#2
0
 public SparkPostSender(SparkPostClient sparkPostClient, IOptions <SparkPostSenderOptions> sparkPostSenderOptions)
 {
     _sparkPostClient        = sparkPostClient;
     _sparkPostSenderOptions = sparkPostSenderOptions.Value;
 }