public Soa_Form.KullaniciServis.Kullanici[] SelectAllKullanici()
 {
     Soa_Form.KullaniciServis.SelectAllKullaniciRequest inValue = new Soa_Form.KullaniciServis.SelectAllKullaniciRequest();
     inValue.Body = new Soa_Form.KullaniciServis.SelectAllKullaniciRequestBody();
     Soa_Form.KullaniciServis.SelectAllKullaniciResponse retVal = ((Soa_Form.KullaniciServis.KullaniciServisSoap)(this)).SelectAllKullanici(inValue);
     return(retVal.Body.SelectAllKullaniciResult);
 }
 public System.Threading.Tasks.Task <Soa_Form.KullaniciServis.SelectAllKullaniciResponse> SelectAllKullaniciAsync()
 {
     Soa_Form.KullaniciServis.SelectAllKullaniciRequest inValue = new Soa_Form.KullaniciServis.SelectAllKullaniciRequest();
     inValue.Body = new Soa_Form.KullaniciServis.SelectAllKullaniciRequestBody();
     return(((Soa_Form.KullaniciServis.KullaniciServisSoap)(this)).SelectAllKullaniciAsync(inValue));
 }
 System.Threading.Tasks.Task <Soa_Form.KullaniciServis.SelectAllKullaniciResponse> Soa_Form.KullaniciServis.KullaniciServisSoap.SelectAllKullaniciAsync(Soa_Form.KullaniciServis.SelectAllKullaniciRequest request)
 {
     return(base.Channel.SelectAllKullaniciAsync(request));
 }
 Soa_Form.KullaniciServis.SelectAllKullaniciResponse Soa_Form.KullaniciServis.KullaniciServisSoap.SelectAllKullanici(Soa_Form.KullaniciServis.SelectAllKullaniciRequest request)
 {
     return(base.Channel.SelectAllKullanici(request));
 }