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