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