Exemple #1
0
 public KorisniciService(ZdravaHranaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #2
0
 public BaseService(ZdravaHranaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }