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