예제 #1
0
 public List <Plant> GetListFullPlants()
 {
     return(plantRepository.GetFullPlants());
 }