Ejemplo n.º 1
0
 public SchedulesRepository(ScheduleGeneratorContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public UsersRepository(ScheduleGeneratorContext context, IOptions <AppSettings> appSettings, IMapper mapper)
 {
     _context     = context;
     _mapper      = mapper;
     _appSettings = appSettings.Value;
 }