Beispiel #1
0
 public ChapterBll(HengNuoWangDBContext dbContext)
 {
     this._dbContext = dbContext;
     this._dal = new ChapterDal(dbContext);
 }
Beispiel #2
0
 public CourseDal(HengNuoWangDBContext dbContext)
 {
     this._dbContext = dbContext;
     this._chapterDal = new ChapterDal(dbContext);
 }