public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = true;
 }
Ejemplo n.º 2
0
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.model.RegisterAcknowledgeableCommunicationState(content);
 }
Ejemplo n.º 3
0
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = this.selector.ErrorTemplate;
 }