예제 #1
0
 public Plant Get(int id)
 {
     return(PlantService.getPlant(id));
 }