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