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