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