public System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaResponse> KullaniciDogrulamaAsync(string username, string pass)
 {
     BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest inValue = new BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest();
     inValue.Body          = new BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequestBody();
     inValue.Body.username = username;
     inValue.Body.pass     = pass;
     return(((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).KullaniciDogrulamaAsync(inValue));
 }
 public bool KullaniciDogrulama(string username, string pass)
 {
     BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest inValue = new BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest();
     inValue.Body          = new BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequestBody();
     inValue.Body.username = username;
     inValue.Body.pass     = pass;
     BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaResponse retVal = ((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).KullaniciDogrulama(inValue);
     return(retVal.Body.KullaniciDogrulamaResult);
 }
 System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaResponse> BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.KullaniciDogrulamaAsync(BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest request)
 {
     return(base.Channel.KullaniciDogrulamaAsync(request));
 }
 BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaResponse BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.KullaniciDogrulama(BankAppWeb.Soap.KullaniciService.KullaniciDogrulamaRequest request)
 {
     return(base.Channel.KullaniciDogrulama(request));
 }