示例#1
0
 public Plant Create(Plant plant)
 {
     return(_plantRepository.Post(plant));
 }