Beispiel #1
0
 public System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdResponse> SelectKullaniciByIdAsync(int kullaniciId)
 {
     AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest inValue = new AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest();
     inValue.Body             = new AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequestBody();
     inValue.Body.kullaniciId = kullaniciId;
     return(((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).SelectKullaniciByIdAsync(inValue));
 }
Beispiel #2
0
 public AracKiralamaSistemi.KullaniciService.Kullanici SelectKullaniciById(int kullaniciId)
 {
     AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest inValue = new AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest();
     inValue.Body             = new AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequestBody();
     inValue.Body.kullaniciId = kullaniciId;
     AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdResponse retVal = ((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).SelectKullaniciById(inValue);
     return(retVal.Body.SelectKullaniciByIdResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdResponse> AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.SelectKullaniciByIdAsync(AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest request)
 {
     return(base.Channel.SelectKullaniciByIdAsync(request));
 }
Beispiel #4
0
 AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdResponse AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.SelectKullaniciById(AracKiralamaSistemi.KullaniciService.SelectKullaniciByIdRequest request)
 {
     return(base.Channel.SelectKullaniciById(request));
 }