public System.Threading.Tasks.Task <_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolResponse> UyeKontrolAsync(string uyeTC)
 {
     _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest inValue = new _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest();
     inValue.Body       = new _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequestBody();
     inValue.Body.uyeTC = uyeTC;
     return(((_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.WebServiceUyeGirisSoap)(this)).UyeKontrolAsync(inValue));
 }
 public string UyeKontrol(string uyeTC)
 {
     _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest inValue = new _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest();
     inValue.Body       = new _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequestBody();
     inValue.Body.uyeTC = uyeTC;
     _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolResponse retVal = ((_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.WebServiceUyeGirisSoap)(this)).UyeKontrol(inValue);
     return(retVal.Body.UyeKontrolResult);
 }
 System.Threading.Tasks.Task <_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolResponse> _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.WebServiceUyeGirisSoap.UyeKontrolAsync(_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest request)
 {
     return(base.Channel.UyeKontrolAsync(request));
 }
 _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolResponse _031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.WebServiceUyeGirisSoap.UyeKontrol(_031_Bootstrap_Hastane_Deneme.ServiceReferenceUye.UyeKontrolRequest request)
 {
     return(base.Channel.UyeKontrol(request));
 }