示例#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;
 }