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