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