Example #1
0
 public StanjeRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
Example #2
0
 public LokacijaRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
Example #3
0
 public PacijentRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }