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