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