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