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