Exemplo n.º 1
0
 public SpeedUp.StagingServiceReference.any UpdateMlsBoards(SpeedUp.StagingServiceReference.any xmlRequest)
 {
     SpeedUp.StagingServiceReference.UpdateMlsBoardsRequest inValue = new SpeedUp.StagingServiceReference.UpdateMlsBoardsRequest();
     inValue.xmlRequest = xmlRequest;
     SpeedUp.StagingServiceReference.UpdateMlsBoardsResponse retVal = ((SpeedUp.StagingServiceReference.MlsSoap)(this)).UpdateMlsBoards(inValue);
     return(retVal.UpdateMlsBoardsResult);
 }
Exemplo n.º 2
0
 public UpdateMlsBoardsResponse(SpeedUp.StagingServiceReference.any UpdateMlsBoardsResult)
 {
     this.UpdateMlsBoardsResult = UpdateMlsBoardsResult;
 }
Exemplo n.º 3
0
 public UpdateMlsBoardsRequest(SpeedUp.StagingServiceReference.any xmlRequest)
 {
     this.xmlRequest = xmlRequest;
 }