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