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