Exemple #1
0
 public string[] SmsInsert_N_N(string Username, string Password, System.Nullable <System.DateTime> SendDate, System.Nullable <System.DateTime> ExpireDate, string[] Recepients, string[] Messages)
 {
     _24ayar.Web.Utility.PostaGuverciniSmsService.SmsInsert_N_NRequest inValue = new _24ayar.Web.Utility.PostaGuverciniSmsService.SmsInsert_N_NRequest();
     inValue.Username   = Username;
     inValue.Password   = Password;
     inValue.SendDate   = SendDate;
     inValue.ExpireDate = ExpireDate;
     inValue.Recepients = Recepients;
     inValue.Messages   = Messages;
     _24ayar.Web.Utility.PostaGuverciniSmsService.SmsInsert_N_NResponse retVal = ((_24ayar.Web.Utility.PostaGuverciniSmsService.smsserviceSoap)(this)).SmsInsert_N_N(inValue);
     return(retVal.SmsInsert_N_NResult);
 }
Exemple #2
0
 _24ayar.Web.Utility.PostaGuverciniSmsService.SmsInsert_N_NResponse _24ayar.Web.Utility.PostaGuverciniSmsService.smsserviceSoap.SmsInsert_N_N(_24ayar.Web.Utility.PostaGuverciniSmsService.SmsInsert_N_NRequest request)
 {
     return(base.Channel.SmsInsert_N_N(request));
 }