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