Пример #1
0
 public PutovanjaService(IB170285Context context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Пример #2
0
 public StatusRezervacijeService(IB170285Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #3
0
 public ZeljeznickeStaniceService(IB170285Context context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Пример #4
0
 public GradoviService(IB170285Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #5
0
 public KarteService(IB170285Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #6
0
 public PretrageService(IB170285Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #7
0
 public RecommenderService(IB170285Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #8
0
 public KorisniciService(IB170285Context context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }