示例#1
0
 public PacijentRepo(covidContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
示例#2
0
 public EpidemiologRepo(covidContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
示例#3
0
 public StanjeRepo(covidContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
 public LokacijaRepo(covidContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
示例#5
0
 public PorukaRepo(covidContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }