예제 #1
0
 public System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.InsertKullaniciResponse> InsertKullaniciAsync(BankAppWeb.Soap.KullaniciService.Kullanici entity)
 {
     BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest inValue = new BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest();
     inValue.Body        = new BankAppWeb.Soap.KullaniciService.InsertKullaniciRequestBody();
     inValue.Body.entity = entity;
     return(((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).InsertKullaniciAsync(inValue));
 }
예제 #2
0
 public bool InsertKullanici(BankAppWeb.Soap.KullaniciService.Kullanici entity)
 {
     BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest inValue = new BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest();
     inValue.Body        = new BankAppWeb.Soap.KullaniciService.InsertKullaniciRequestBody();
     inValue.Body.entity = entity;
     BankAppWeb.Soap.KullaniciService.InsertKullaniciResponse retVal = ((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).InsertKullanici(inValue);
     return(retVal.Body.InsertKullaniciResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.InsertKullaniciResponse> BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.InsertKullaniciAsync(BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest request)
 {
     return(base.Channel.InsertKullaniciAsync(request));
 }
예제 #4
0
 BankAppWeb.Soap.KullaniciService.InsertKullaniciResponse BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.InsertKullanici(BankAppWeb.Soap.KullaniciService.InsertKullaniciRequest request)
 {
     return(base.Channel.InsertKullanici(request));
 }