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