Exemplo n.º 1
0
 public async Task <int> Add(Item value)
 {
     return(await _controller.Add(value));
 }