コード例 #1
0
 public ContentController()
 {
     this.contentDataLogic  = new SqliteContentDataLogic();
     this.scheduleDataLogic = new SqliteScheduleDataLogic();
     this.metadataDataLogic = new SqliteMetadataDataLogic();
 }
コード例 #2
0
 public ScheduleController()
 {
     this.dataLogic = new SqliteScheduleDataLogic();
 }