Exemplo n.º 1
0
 public GatewaySmsClient(SmsServiceProperties smsServiceProperties)
 {
     this.smsServiceProperties = smsServiceProperties;
     client = new HttpClient();
     cache  = MemoryCache.Default;
 }
Exemplo n.º 2
0
 public NotificationService(ISmsClient smsClient, NotificationProperties notificationProperties, SmsServiceProperties smsServiceProperties)
 {
     this.smsClient = smsClient;
     this.notificationProperties = notificationProperties;
     this.smsServiceProperties   = smsServiceProperties;
 }