Beispiel #1
0
 public async Task <Item> Get(int id)
 {
     return(await _controller.Get(id));
 }