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