Exemplo n.º 1
0
 public void Put(string id, [FromBody] string value)
 {
     _valueRepository.UpdateValueDocument(id, value);
 }