Ejemplo n.º 1
0
 public Plant Get(int id)
 {
     return(PlantService.getPlant(id));
 }