コード例 #1
0
 public IList <RuleModel> GetRules()
 {
     return(_dao.FindAll());
 }
コード例 #2
0
 public List <PlantModel> GetAllPlants()
 {
     return(_dao.FindAll());
 }