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