예제 #1
0
파일: Reference.cs 프로젝트: sfcheewill/Blm
 public string Match(IdentaZone.Indss.MatchingService.MatchingServiceReference.matchRequest matchRequest)
 {
     IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchRequest1 inValue = new IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchRequest1();
     inValue.matchRequest = matchRequest;
     IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchResponse retVal = ((IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService)(this)).Match(inValue);
     return(retVal.Response);
 }
예제 #2
0
파일: Reference.cs 프로젝트: sfcheewill/Blm
 public System.Threading.Tasks.Task <IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchResponse> MatchAsync(IdentaZone.Indss.MatchingService.MatchingServiceReference.matchRequest matchRequest)
 {
     IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchRequest1 inValue = new IdentaZone.Indss.MatchingService.MatchingServiceReference.MatchRequest1();
     inValue.matchRequest = matchRequest;
     return(((IdentaZone.Indss.MatchingService.MatchingServiceReference.IMatchingService)(this)).MatchAsync(inValue));
 }
예제 #3
0
파일: Reference.cs 프로젝트: sfcheewill/Blm
 public MatchRequest1(IdentaZone.Indss.MatchingService.MatchingServiceReference.matchRequest matchRequest)
 {
     this.matchRequest = matchRequest;
 }