public System.Threading.Tasks.Task <InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaResponse> TCKimlikNoDogrulaAsync(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest inValue = new InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     return(((InterfaceAbstractDemo.MernisServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrulaAsync(inValue));
 }
 public bool TCKimlikNoDogrula(long TCKimlikNo, string Ad, string Soyad, int DogumYili)
 {
     InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest inValue = new InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest();
     inValue.Body            = new InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequestBody();
     inValue.Body.TCKimlikNo = TCKimlikNo;
     inValue.Body.Ad         = Ad;
     inValue.Body.Soyad      = Soyad;
     inValue.Body.DogumYili  = DogumYili;
     InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaResponse retVal = ((InterfaceAbstractDemo.MernisServiceReference.KPSPublicSoap)(this)).TCKimlikNoDogrula(inValue);
     return(retVal.Body.TCKimlikNoDogrulaResult);
 }
 System.Threading.Tasks.Task <InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaResponse> InterfaceAbstractDemo.MernisServiceReference.KPSPublicSoap.TCKimlikNoDogrulaAsync(InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrulaAsync(request));
 }
 InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaResponse InterfaceAbstractDemo.MernisServiceReference.KPSPublicSoap.TCKimlikNoDogrula(InterfaceAbstractDemo.MernisServiceReference.TCKimlikNoDogrulaRequest request)
 {
     return(base.Channel.TCKimlikNoDogrula(request));
 }