public PutovanjaService(IB170285Context context, IMapper mapper) { this._context = context; this._mapper = mapper; }
public StatusRezervacijeService(IB170285Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public ZeljeznickeStaniceService(IB170285Context context, IMapper mapper) { this._context = context; this._mapper = mapper; }
public GradoviService(IB170285Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public KarteService(IB170285Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public PretrageService(IB170285Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public RecommenderService(IB170285Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public KorisniciService(IB170285Context context, IMapper mapper) { this._context = context; this._mapper = mapper; }