Exemple #1
0
 public System.Threading.Tasks.Task <string> SendSMSAsync(string User, string Pwd, TPA.Services.LocaSMS.rSMS SmsMessage)
 {
     return(base.Channel.SendSMSAsync(User, Pwd, SmsMessage));
 }
Exemple #2
0
 public string SendSMS(string User, string Pwd, TPA.Services.LocaSMS.rSMS SmsMessage)
 {
     return(base.Channel.SendSMS(User, Pwd, SmsMessage));
 }