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