public GradoviService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public KategorijeJelaService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public MarkeriService(exploreMostarContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public KorisniciService(exploreMostarContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public JelovnikService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public PrevozService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public ObjavaService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public KorisnickaUlogaService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public DodatneOpcijeService(exploreMostarContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public UlogeService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public MojiFavoritiService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public NightClubsService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public UserActivityService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public BaseCRUDService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public ApartmaniService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public VrstaAtrakcijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public KorisnikKategorijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public HoteliService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public SearchService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public RestoraniService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }
public RecenzijeService(exploreMostarContext context, IMapper mapper) : base(context, mapper) { }