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));
 }