Esempio n. 1
0
 public System.Threading.Tasks.Task <AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharResponse> GetPersonPhysicalCharAsync(string personId)
 {
     AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest inValue = new AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest();
     inValue.Body          = new AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequestBody();
     inValue.Body.personId = personId;
     return(((AFIS360WebApp.PersonPhysicalCharServiceRef.PersonPhysicalCharServiceSoap)(this)).GetPersonPhysicalCharAsync(inValue));
 }
Esempio n. 2
0
 public AFIS360WebApp.PersonPhysicalCharServiceRef.PersonPhysicalChar GetPersonPhysicalChar(string personId)
 {
     AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest inValue = new AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest();
     inValue.Body          = new AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequestBody();
     inValue.Body.personId = personId;
     AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharResponse retVal = ((AFIS360WebApp.PersonPhysicalCharServiceRef.PersonPhysicalCharServiceSoap)(this)).GetPersonPhysicalChar(inValue);
     return(retVal.Body.GetPersonPhysicalCharResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharResponse> AFIS360WebApp.PersonPhysicalCharServiceRef.PersonPhysicalCharServiceSoap.GetPersonPhysicalCharAsync(AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest request)
 {
     return(base.Channel.GetPersonPhysicalCharAsync(request));
 }
Esempio n. 4
0
 AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharResponse AFIS360WebApp.PersonPhysicalCharServiceRef.PersonPhysicalCharServiceSoap.GetPersonPhysicalChar(AFIS360WebApp.PersonPhysicalCharServiceRef.GetPersonPhysicalCharRequest request)
 {
     return(base.Channel.GetPersonPhysicalChar(request));
 }