Пример #1
0
 public System.Threading.Tasks.Task <ServisDAL.NetGsm.gondericiadlariResponse> gondericiadlariAsync(string username, string password)
 {
     ServisDAL.NetGsm.gondericiadlariRequest inValue = new ServisDAL.NetGsm.gondericiadlariRequest();
     inValue.username = username;
     inValue.password = password;
     return(((ServisDAL.NetGsm.smsnn)(this)).gondericiadlariAsync(inValue));
 }
Пример #2
0
 public string gondericiadlari(string username, string password)
 {
     ServisDAL.NetGsm.gondericiadlariRequest inValue = new ServisDAL.NetGsm.gondericiadlariRequest();
     inValue.username = username;
     inValue.password = password;
     ServisDAL.NetGsm.gondericiadlariResponse retVal = ((ServisDAL.NetGsm.smsnn)(this)).gondericiadlari(inValue);
     return(retVal.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <ServisDAL.NetGsm.gondericiadlariResponse> ServisDAL.NetGsm.smsnn.gondericiadlariAsync(ServisDAL.NetGsm.gondericiadlariRequest request)
 {
     return(base.Channel.gondericiadlariAsync(request));
 }
Пример #4
0
 ServisDAL.NetGsm.gondericiadlariResponse ServisDAL.NetGsm.smsnn.gondericiadlari(ServisDAL.NetGsm.gondericiadlariRequest request)
 {
     return(base.Channel.gondericiadlari(request));
 }