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