예제 #1
0
 public LKTagStore(LearnHubContext context) : base(context)
 {
 }
예제 #2
0
 public LKCategoryStore(LearnHubContext context) : base(context)
 {
 }
예제 #3
0
 public LKInstructorStore(LearnHubContext context) : base(context)
 {
 }
예제 #4
0
 public HubCoursesRepo(LearnHubContext context) : base(context)
 {
 }
예제 #5
0
 public UserCourseRequestRepo(LearnHubContext context) : base(context)
 {
 }
예제 #6
0
 public LKPathStore(LearnHubContext context) : base(context)
 {
 }
예제 #7
0
 protected RepositoryBase(LearnHubContext _context)
 {
     context = _context;
     dbSet   = _context.Set <T>();
 }