Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Service_Giris.TcknServiceReference.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest inValue = new Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((Service_Giris.TcknServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest inValue = new Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     Service_Giris.TcknServiceReference.TCKimlikNoDogrulaResponse retVal = ((Service_Giris.TcknServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <Service_Giris.TcknServiceReference.TCKimlikNoDogrulaResponse> Service_Giris.TcknServiceReference.KPSPublicSoap.TCKimlikNoDogrulaAsync(Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
Ejemplo n.º 4
0
 Service_Giris.TcknServiceReference.TCKimlikNoDogrulaResponse Service_Giris.TcknServiceReference.KPSPublicSoap.TCKimlikNoDogrula(Service_Giris.TcknServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }