コード例 #1
0
ファイル: PlanBusinessImpl.cs プロジェクト: javieraccc/BeLife
 public List <PlanEntity> listPlan()
 {
     return(dao.findAll());
 }