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