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