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