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