public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = true;
 }
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.model.RegisterAcknowledgeableCommunicationState(content);
 }
示例#3
0
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = this.selector.ErrorTemplate;
 }