コード例 #1
0
 public Plant Post([FromBody] Plant plant)
 {
     return(PlantService.postPlant(plant));
 }