예제 #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;
 }