Ejemplo n.º 1
0
 public SRL.CixGetLegalPerson.Result InquiryByNationalCode(SRL.CixGetLegalPerson.Parameter parameter)
 {
     SRL.CixGetLegalPerson.InquiryByNationalCodeRequest inValue = new SRL.CixGetLegalPerson.InquiryByNationalCodeRequest();
     inValue.parameter = parameter;
     SRL.CixGetLegalPerson.InquiryByNationalCodeResponse retVal = ((SRL.CixGetLegalPerson.GetLegalPersonInfoDBPortType)(this)).InquiryByNationalCode(inValue);
     return(retVal.InquiryByNationalCodeResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <SRL.CixGetLegalPerson.InquiryByNationalCodeResponse> InquiryByNationalCodeAsync(SRL.CixGetLegalPerson.Parameter parameter)
 {
     SRL.CixGetLegalPerson.InquiryByNationalCodeRequest inValue = new SRL.CixGetLegalPerson.InquiryByNationalCodeRequest();
     inValue.parameter = parameter;
     return(((SRL.CixGetLegalPerson.GetLegalPersonInfoDBPortType)(this)).InquiryByNationalCodeAsync(inValue));
 }
Ejemplo n.º 3
0
 public InquiryByNationalCodeRequest(SRL.CixGetLegalPerson.Parameter parameter)
 {
     this.parameter = parameter;
 }