Ejemplo n.º 1
0
 public async Task <IActionResult> Accept([FromBody] string id) => Ok(await _orders.AcceptAsync(id));