public AuthorizedHomeController(IPotholeDAO potholeDAO) { this.potholeDAO = potholeDAO; }
public HomeController(IPotholeDAO potholeDAO) { this.potholeDAO = potholeDAO; }