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