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