Ejemplo n.º 1
0
 public GradoviService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KategorijeJelaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 3
0
 public MarkeriService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 4
0
 public KorisniciService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 5
0
 public JelovnikService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 6
0
 public PrevozService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 7
0
 public ObjavaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 8
0
 public KorisnickaUlogaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public DodatneOpcijeService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 10
0
 public UlogeService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 11
0
 public MojiFavoritiService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 12
0
 public NightClubsService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 13
0
 public UserActivityService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 14
0
 public BaseCRUDService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 15
0
 public ApartmaniService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public VrstaAtrakcijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 17
0
 public KorisnikKategorijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 18
0
 public HoteliService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 19
0
 public SearchService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 20
0
 public RestoraniService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 21
0
 public RecenzijeService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }