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