Example #1
0
 public Dictionary <Plant, int> GetFieldStatistic()
 {
     return(plantRepository.GetPlantFrequency());
 }