コード例 #1
0
ファイル: Reference.cs プロジェクト: turhan287/UyeKayit
 public System.Threading.Tasks.Task <UyeKayit.PersonCheck.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest inValue = new UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest();
     inValue.Body            = new UyeKayit.PersonCheck.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((UyeKayit.PersonCheck.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: turhan287/UyeKayit
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest inValue = new UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest();
     inValue.Body            = new UyeKayit.PersonCheck.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     UyeKayit.PersonCheck.TCKimlikNoDogrulaResponse retVal = ((UyeKayit.PersonCheck.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: turhan287/UyeKayit
 System.Threading.Tasks.Task <UyeKayit.PersonCheck.TCKimlikNoDogrulaResponse> UyeKayit.PersonCheck.KPSPublicSoap.TCKimlikNoDogrulaAsync(UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: turhan287/UyeKayit
 UyeKayit.PersonCheck.TCKimlikNoDogrulaResponse UyeKayit.PersonCheck.KPSPublicSoap.TCKimlikNoDogrula(UyeKayit.PersonCheck.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }