Exemplo n.º 1
0
 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));
 }
Exemplo n.º 2
0
 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);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Soa_Form.KullaniciServis.KullaniciIdSelectResponse> Soa_Form.KullaniciServis.KullaniciServisSoap.KullaniciIdSelectAsync(Soa_Form.KullaniciServis.KullaniciIdSelectRequest request)
 {
     return(base.Channel.KullaniciIdSelectAsync(request));
 }
Exemplo n.º 4
0
 Soa_Form.KullaniciServis.KullaniciIdSelectResponse Soa_Form.KullaniciServis.KullaniciServisSoap.KullaniciIdSelect(Soa_Form.KullaniciServis.KullaniciIdSelectRequest request)
 {
     return(base.Channel.KullaniciIdSelect(request));
 }