示例#1
0
 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);
 }
示例#2
0
 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));
 }
示例#3
0
 System.Threading.Tasks.Task <SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse> SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType.getPersonInfoSAHA96MAsync(SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest request)
 {
     return(base.Channel.getPersonInfoSAHA96MAsync(request));
 }
示例#4
0
 SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MResponse SRL.CixGetPersonInfoServiceReference.GetPersonInfoPortType.getPersonInfoSAHA96M(SRL.CixGetPersonInfoServiceReference.getPersonInfoSAHA96MRequest request)
 {
     return(base.Channel.getPersonInfoSAHA96M(request));
 }