public SRL.CixGetPersonInfoServiceReference.SabtAhvalSAHAPersonInfoStract getPersonInfoSAHA96M(string nationalCode) { SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest inValue = new SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest(); inValue.nationalCode = nationalCode; SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse retVal = ((SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType)(this)).getPersonInfoSAHA96M(inValue); return(retVal.getPersonInfoSAHA96MResult); }
public System.Threading.Tasks.Task <SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse> getPersonInfoSAHA96MAsync(string nationalCode) { SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest inValue = new SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest(); inValue.nationalCode = nationalCode; return(((SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType)(this)).getPersonInfoSAHA96MAsync(inValue)); }
System.Threading.Tasks.Task <SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse> SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType.getPersonInfoSAHA96MAsync(SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest request) { return(base.Channel.getPersonInfoSAHA96MAsync(request)); }
SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType.getPersonInfoSAHA96M(SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest request) { return(base.Channel.getPersonInfoSAHA96M(request)); }