コード例 #1
0
 public async Task <ActionResult <List <Order> > > Get()
 {
     return(await _app.ReadAll());
 }