public SmsAccountValidationServiceBase(ISmsSendChannel smsSendChannel)
 {
     this.SmsSendChannel = smsSendChannel;
 }
Exemple #2
0
 public SmsAccountValidationServiceBase(ISmsSendChannel smsSendChannel)
 {
     this.SmsSendChannel = smsSendChannel;
 }