예제 #1
0
파일: StanjeRepo.cs 프로젝트: KrHanic/API
 public StanjeRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
예제 #2
0
 public LokacijaRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }
예제 #3
0
파일: PacijentRepo.cs 프로젝트: KrHanic/API
 public PacijentRepo(KV_TESTContext ctx, IMapper mapper)
 {
     _context = ctx;
     _mapper  = mapper;
 }