Example #1
0
 public ListBoardActivityCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public ListTeamsCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public ReturnToMenuCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public UpdateRatingCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public CreateCommentCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public UpdateSeverityCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public UpdateDescriptionCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
Example #8
0
 public UpdateAssigneeCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
Example #9
0
 public UpdateStepsToReproduceCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public ListWorkItemsFilteredCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
 public ListFeedbacksCommand(IWIMSFactory factory, IEngine engine)
 {
     this.factory = factory;
     this.engine  = engine;
 }
Example #12
0
 public CreateFeedbackCommand(IWIMSFactory factory, IEngine engine /*, IWriter writer*/)
 {
     this.factory = factory;
     this.engine  = engine;
     //this.writer = writer;
 }