Example #1
0
 public System.Threading.Tasks.Task <bool> SendSMSAsync(SMS_Desktop.services.DTO_SMS sms)
 {
     return(base.Channel.SendSMSAsync(sms));
 }
Example #2
0
 public bool SendSMS(SMS_Desktop.services.DTO_SMS sms)
 {
     return(base.Channel.SendSMS(sms));
 }