コード例 #1
0
ファイル: EventEngine.cs プロジェクト: Wifisoft/teamlab.v6.5
 public EventEngine(IDaoFactory daoFactory)
 {
     dao = daoFactory.GetEventDao();
 }