Beispiel #1
0
 public List <Plant> GetPlantsHistoryByPosition(int X, int Y)
 {
     return(plantRepository.GetPlantsHistoryByPosition(X, Y));
 }