public StudyService(EasyLearningDB context)
     : base(context)
 {
 }
Exemple #2
0
 public CourseService(EasyLearningDB context)
     : base(context)
 {
 }
Exemple #3
0
 public CommentService(EasyLearningDB context)
     : base(context)
 {
 }
 public DepartmentService(EasyLearningDB context)
     : base(context)
 {
 }
Exemple #5
0
 public LecturerService(EasyLearningDB context)
     : base(context)
 {
 }
 public ReplyService(EasyLearningDB context)
     : base(context) { }
 public ActivityService(EasyLearningDB context)
     : base(context)
 {
 }
 public EntityService(EasyLearningDB context)
 {
     _context = context;
     _dbset   = _context.Set <T>();
 }
 public AssignmentService(EasyLearningDB context)
     : base(context)
 {
 }