コード例 #1
0
ファイル: PlantService.cs プロジェクト: MattZK/iot18-lf1
 public Plant Create(Plant plant)
 {
     return(_plantRepository.Post(plant));
 }