Example #1
0
 public AuthRepository(GetCertificateDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public QuizRepository(GetCertificateDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
 public CourseVideosRepository(GetCertificateDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #4
0
 public CourseTypeRepository(GetCertificateDbContext dbContext)
 {
     _dbContext = dbContext;
 }