Exemple #1
0
 public Plant Update(Plant plant)
 {
     return(_plantRepository.Put(plant));
 }