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