public System.Threading.Tasks.Task <Soa_Form.KullaniciServis.KullaniciIdSelectResponse> KullaniciIdSelectAsync(int id) { Soa_Form.KullaniciServis.KullaniciIdSelectRequest inValue = new Soa_Form.KullaniciServis.KullaniciIdSelectRequest(); inValue.Body = new Soa_Form.KullaniciServis.KullaniciIdSelectRequestBody(); inValue.Body.id = id; return(((Soa_Form.KullaniciServis.KullaniciServisSoap)(this)).KullaniciIdSelectAsync(inValue)); }
public Soa_Form.KullaniciServis.Kullanici KullaniciIdSelect(int id) { Soa_Form.KullaniciServis.KullaniciIdSelectRequest inValue = new Soa_Form.KullaniciServis.KullaniciIdSelectRequest(); inValue.Body = new Soa_Form.KullaniciServis.KullaniciIdSelectRequestBody(); inValue.Body.id = id; Soa_Form.KullaniciServis.KullaniciIdSelectResponse retVal = ((Soa_Form.KullaniciServis.KullaniciServisSoap)(this)).KullaniciIdSelect(inValue); return(retVal.Body.KullaniciIdSelectResult); }
System.Threading.Tasks.Task <Soa_Form.KullaniciServis.KullaniciIdSelectResponse> Soa_Form.KullaniciServis.KullaniciServisSoap.KullaniciIdSelectAsync(Soa_Form.KullaniciServis.KullaniciIdSelectRequest request) { return(base.Channel.KullaniciIdSelectAsync(request)); }
Soa_Form.KullaniciServis.KullaniciIdSelectResponse Soa_Form.KullaniciServis.KullaniciServisSoap.KullaniciIdSelect(Soa_Form.KullaniciServis.KullaniciIdSelectRequest request) { return(base.Channel.KullaniciIdSelect(request)); }