예제 #1
0
 public bool DeletePlant([FromBody] long plantId)
 {
     return(inventoryManager.DeletePlant(plantId));
 }