示例#1
0
 public GradoviService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KategorijeJelaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#3
0
 public MarkeriService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#4
0
 public KorisniciService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public JelovnikService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#6
0
 public PrevozService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#7
0
 public ObjavaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#8
0
 public KorisnickaUlogaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public DodatneOpcijeService(exploreMostarContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
示例#10
0
 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)
 {
 }
示例#14
0
 public BaseCRUDService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#15
0
 public ApartmaniService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public VrstaAtrakcijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#17
0
 public KorisnikKategorijaService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#18
0
 public HoteliService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#19
0
 public SearchService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#20
0
 public RestoraniService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }
示例#21
0
 public RecenzijeService(exploreMostarContext context, IMapper mapper) : base(context, mapper)
 {
 }