Example #1
0
 public CategoriesRepository(ElearnContext context) : base(context)
 {
 }
Example #2
0
 public StatusRepository(ElearnContext context) : base(context)
 {
 }
 public UserLoginHistoryRepository(ElearnContext context) : base(context)
 {
 }
Example #4
0
 public CountryRepository(ElearnContext context) : base(context)
 {
 }
Example #5
0
 public UserProfileRepository(ElearnContext context) : base(context)
 {
 }
Example #6
0
 public AttachmentRepository(ElearnContext context) : base(context)
 {
 }
Example #7
0
 public RoleRepository(ElearnContext context) : base(context)
 {
 }
 public CoverImagesRepository(ElearnContext context) : base(context)
 {
 }
Example #9
0
 public EntityBaseRepository(ElearnContext context)
 {
     _context = context;
 }