コード例 #1
0
ファイル: PlanBusinessImpl.cs プロジェクト: javieraccc/BeLife
 public void update(PlanEntity plan)
 {
     dao.update(plan);
 }