Beispiel #1
0
 public ActionResult <List <Beat> > Get() =>
 _beatService.Get();
 public async Task <ActionResult <List <Beat> > > Get() => await _beatService.Get();