Exemplo n.º 1
0
 public void SetCurrent([FromBody] int id)
 {
     _service.SetCurrent(id);
 }