Пример #1
0
 public ResponseContainer(StatusResponse status, Command response) : this(status, response, null)
 {
 }
Пример #2
0
 public ResponseContainer(StatusResponse status, Command response, List <Command> subResponses)
 {
     this.status       = status;
     this.response     = response;
     this.subResponses = subResponses;
 }