Exemple #1
0
 public void Put(string id, [FromBody] PlantDTO value)
 {
     _plantManager.Update(value);
 }