Beispiel #1
0
 public Service_Giris.UrunServiceReference.UrunDTO[] UrunlerListesi(Service_Giris.UrunServiceReference.Kimlik Kimlik)
 {
     Service_Giris.UrunServiceReference.UrunlerListesiRequest inValue = new Service_Giris.UrunServiceReference.UrunlerListesiRequest();
     inValue.Kimlik = Kimlik;
     Service_Giris.UrunServiceReference.UrunlerListesiResponse retVal = ((Service_Giris.UrunServiceReference.UrunlerServisSoap)(this)).UrunlerListesi(inValue);
     return(retVal.UrunlerListesiResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Service_Giris.UrunServiceReference.UrunlerListesiResponse> UrunlerListesiAsync(Service_Giris.UrunServiceReference.Kimlik Kimlik)
 {
     Service_Giris.UrunServiceReference.UrunlerListesiRequest inValue = new Service_Giris.UrunServiceReference.UrunlerListesiRequest();
     inValue.Kimlik = Kimlik;
     return(((Service_Giris.UrunServiceReference.UrunlerServisSoap)(this)).UrunlerListesiAsync(inValue));
 }
Beispiel #3
0
 public UrunlerListesiRequest(Service_Giris.UrunServiceReference.Kimlik Kimlik)
 {
     this.Kimlik = Kimlik;
 }