Ejemplo n.º 1
0
 public HomeController(IBreweryServiceDAL brew)
 {
     _brew = brew;
     _brew.GetAllBeers();
 }