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