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