public IssueTrackerEngine(EndpointActionDispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher = dispatcher;
     this.userInterface = userInterface;
 }
Ejemplo n.º 2
0
 public IssueTrackerEngine(EndpointActionDispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher    = dispatcher;
     this.userInterface = userInterface;
 }