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