Exemplo n.º 1
0
 public ActionResult <List <Brewery> > Get() =>
 _breweryService.Get();
Exemplo n.º 2
0
 public ActionResult <List <Brewery> > Get()
 {
     return(_breweryService.Get());
 }