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