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