コード例 #1
0
ファイル: ServiceWeb.cs プロジェクト: dianateper/plant
 public List <Pricing> GetPrice()
 {
     return(plantRepository.GetSumPlantsByMonth());
 }