public UputnicaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PregledService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public LijekService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ProizvodjacService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #5
0
 public RacunStavkaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public BaseCRUDService(eKlinikaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #7
0
 public NarudzbaStavkaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #8
0
 public ReceptService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KorisniciService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #10
0
 public ApotekaRacunService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #11
0
 public RecommenderService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }