Exemplo n.º 1
0
 public ProjectsRepository(AlgoRunnerDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Exemplo n.º 2
0
 public MessagesRepository(AlgoRunnerDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Exemplo n.º 3
0
 public ActivityRepository(AlgoRunnerDbContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }