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