Exemplo n.º 1
0
 public ActionResult <List <Beat> > Get() =>
 _beatService.Get();
Exemplo n.º 2
0
 public async Task <ActionResult <List <Beat> > > Get() => await _beatService.Get();