Пример #1
0
 public System.Threading.Tasks.Task <MernisServiceReference1.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     MernisServiceReference1.TCKimlikNoDogrulaRequest inValue = new MernisServiceReference1.TCKimlikNoDogrulaRequest();
     inValue.Body            = new MernisServiceReference1.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((MernisServiceReference1.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
Пример #2
0
 public System.Threading.Tasks.Task <MernisServiceReference1.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(MernisServiceReference1.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }