public CourseRepository() { this.db = DataContext; }
public GenericRepository(MLPContext db) { this.db = db; table = db.Set <T>(); }
public CategoryCourseRepository() { this.db = DataContext; }
public GenericRepository() { this.db = DataContext; table = db.Set <T>(); }