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