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