예제 #1
0
 public Management(BaseContext context)
 {
     _lessonRepository = new LessonDal(context);
 }
예제 #2
0
 public Management()
 {
     _lessonRepository = new LessonDal(new BaseContext());
 }