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