public EFParticipantsRepository(BlockCovidContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #2
0
 public EFQrCodesRepository(BlockCovidContext context, IMapper mapper, IOptions <FireBaseSettings> fireBaseSettings)
 {
     _context          = context;
     _fireBaseSettings = fireBaseSettings;
     _mapper           = mapper;
 }