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