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);
 }
 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));
 }
 public SelectKullaniciByIdResponseBody(BankAppWeb.Soap.KullaniciService.Kullanici SelectKullaniciByIdResult)
 {
     this.SelectKullaniciByIdResult = SelectKullaniciByIdResult;
 }
 public InsertKullaniciRequestBody(BankAppWeb.Soap.KullaniciService.Kullanici entity)
 {
     this.entity = entity;
 }