Esempio n. 1
0
 public System.Threading.Tasks.Task <MernisServiceAdapter.cs.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     MernisServiceAdapter.cs.TCKimlikNoDogrulaRequest inValue = new MernisServiceAdapter.cs.TCKimlikNoDogrulaRequest();
     inValue.Body            = new MernisServiceAdapter.cs.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((MernisServiceAdapter.cs.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <MernisServiceAdapter.cs.TCKimlikNoDogrulaResponse> MernisServiceAdapter.cs.KPSPublicSoap.TCKimlikNoDogrulaAsync(MernisServiceAdapter.cs.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }