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