public BacklogPresenter(IBacklogView view, ProjectModel model, TitleAbbreviator abbreviator) { this.view = view; this.model = model; this.abbreviator = abbreviator; }
public ProjectView(TitleAbbreviator abbreviator) { this.abbreviator = abbreviator; }