public IssueTrackerEngine(EndpointActionDispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher = dispatcher;
     this.userInterface = userInterface;
 }
Beispiel #2
0
 public IssueTrackerEngine(EndpointActionDispatcher dispatcher, IUserInterface userInterface)
 {
     this.dispatcher    = dispatcher;
     this.userInterface = userInterface;
 }