Ejemplo n.º 1
0
 public List <LastPictures> GetPlants(int id, int count)
 {
     return(_plantService.GetLastPictures(id, count));
 }