Ejemplo n.º 1
0
 public EFParticipantsRepository(BlockCovidContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 2
0
 public EFQrCodesRepository(BlockCovidContext context, IMapper mapper, IOptions <FireBaseSettings> fireBaseSettings)
 {
     _context          = context;
     _fireBaseSettings = fireBaseSettings;
     _mapper           = mapper;
 }