Exemple #1
0
 public List <Pricing> GetPrice()
 {
     return(plantRepository.GetSumPlantsByMonth());
 }