示例#1
0
 public System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaResponse> KullaniciDogrulamaAsync(string username, string pass)
 {
     AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest inValue = new AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest();
     inValue.Body          = new AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequestBody();
     inValue.Body.username = username;
     inValue.Body.pass     = pass;
     return(((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).KullaniciDogrulamaAsync(inValue));
 }
示例#2
0
 public bool KullaniciDogrulama(string username, string pass)
 {
     AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest inValue = new AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest();
     inValue.Body          = new AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequestBody();
     inValue.Body.username = username;
     inValue.Body.pass     = pass;
     AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaResponse retVal = ((AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap)(this)).KullaniciDogrulama(inValue);
     return(retVal.Body.KullaniciDogrulamaResult);
 }
示例#3
0
 System.Threading.Tasks.Task <AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaResponse> AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.KullaniciDogrulamaAsync(AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest request)
 {
     return(base.Channel.KullaniciDogrulamaAsync(request));
 }
示例#4
0
 AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaResponse AracKiralamaSistemi.KullaniciService.KullaniciWebServiceSoap.KullaniciDogrulama(AracKiralamaSistemi.KullaniciService.KullaniciDogrulamaRequest request)
 {
     return(base.Channel.KullaniciDogrulama(request));
 }