public BugNotesController(BugNotesService bn) { _bn = bn; }
public BugNotesController(BugNotesService bns) { _bns = bns; }
public BugsController(BugsService bs, BugNotesService bns) { _bs = bs; _bns = bns; }