Exemplo n.º 1
0
 public UputnicaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 2
0
 public PregledService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 3
0
 public LijekService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 4
0
 public ProizvodjacService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 5
0
 public RacunStavkaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 6
0
 public BaseCRUDService(eKlinikaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 7
0
 public NarudzbaStavkaService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 8
0
 public ReceptService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 9
0
 public KorisniciService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 10
0
 public ApotekaRacunService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 11
0
 public RecommenderService(eKlinikaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }