Esempio n. 1
0
 public List <Plant> GetListFullPlants()
 {
     return(plantRepository.GetFullPlants());
 }