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