コード例 #1
0
 public ActionResult <PlantModel> Get(int id)
 {
     return(_service.GetPlant(id));
 }