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