public SmsAccountValidationServiceBase(ISmsSendChannel smsSendChannel)
 {
     this.SmsSendChannel = smsSendChannel;
 }
Exemplo n.º 2
0
 public SmsAccountValidationServiceBase(ISmsSendChannel smsSendChannel)
 {
     this.SmsSendChannel = smsSendChannel;
 }