예제 #1
0
 public BankAppWeb.Soap.KullaniciService.Kullanici[] SelectAllKullanicis()
 {
     BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest inValue = new BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest();
     inValue.Body = new BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequestBody();
     BankAppWeb.Soap.KullaniciService.SelectAllKullanicisResponse retVal = ((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).SelectAllKullanicis(inValue);
     return(retVal.Body.SelectAllKullanicisResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.SelectAllKullanicisResponse> SelectAllKullanicisAsync()
 {
     BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest inValue = new BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest();
     inValue.Body = new BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequestBody();
     return(((BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap)(this)).SelectAllKullanicisAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <BankAppWeb.Soap.KullaniciService.SelectAllKullanicisResponse> BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.SelectAllKullanicisAsync(BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest request)
 {
     return(base.Channel.SelectAllKullanicisAsync(request));
 }
예제 #4
0
 BankAppWeb.Soap.KullaniciService.SelectAllKullanicisResponse BankAppWeb.Soap.KullaniciService.KullaniciWebServiceSoap.SelectAllKullanicis(BankAppWeb.Soap.KullaniciService.SelectAllKullanicisRequest request)
 {
     return(base.Channel.SelectAllKullanicis(request));
 }