Пример #1
0
 public async Task <ActionResult <List <Widget> > > Get()
 {
     return(await _service.GetListAsync());
 }