Ejemplo n.º 1
0
 public KMEvaluationResponse() {
     this.kmResponseIdField = new InteractionIdentifier();
     this.warningField = new List<Warning>();
     this.kmIdField = new EntityIdentifier();
 }
Ejemplo n.º 2
0
 public ServiceRequestBase() {
     this.interactionIdField = new InteractionIdentifier();
 }
Ejemplo n.º 3
0
 public ServiceResponseBase() {
     this.responseIdField = new InteractionIdentifier();
     this.requestIdField = new InteractionIdentifier();
 }