public BacklogPresenter(IBacklogView view, ProjectModel model, TitleAbbreviator abbreviator)
 {
     this.view        = view;
     this.model       = model;
     this.abbreviator = abbreviator;
 }
예제 #2
0
 public ProjectView(TitleAbbreviator abbreviator)
 {
     this.abbreviator = abbreviator;
 }