Exemple #1
0
 public AuthorizedHomeController(IPotholeDAO potholeDAO)
 {
     this.potholeDAO = potholeDAO;
 }
 public HomeController(IPotholeDAO potholeDAO)
 {
     this.potholeDAO = potholeDAO;
 }