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