Beispiel #1
0
 public System.Threading.Tasks.Task <Busines.KpsServiceReference.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Busines.KpsServiceReference.TCKimlikNoDogrulaRequest inValue = new Busines.KpsServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Busines.KpsServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((Busines.KpsServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
Beispiel #2
0
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     Busines.KpsServiceReference.TCKimlikNoDogrulaRequest inValue = new Busines.KpsServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new Busines.KpsServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     Busines.KpsServiceReference.TCKimlikNoDogrulaResponse retVal = ((Busines.KpsServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Busines.KpsServiceReference.TCKimlikNoDogrulaResponse> Busines.KpsServiceReference.KPSPublicSoap.TCKimlikNoDogrulaAsync(Busines.KpsServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
Beispiel #4
0
 Busines.KpsServiceReference.TCKimlikNoDogrulaResponse Busines.KpsServiceReference.KPSPublicSoap.TCKimlikNoDogrula(Busines.KpsServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }