Esempio n. 1
0
 public LoginService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 2
0
 public IzletService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public FavoritiService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 4
0
 public TerminService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseCRUDService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KorisniciService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 7
0
 public OcjenaSekcijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KategorijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 9
0
 public KorisnikMobService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public PreporukaService(MostarGuideContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 11
0
 public RezervacijaService(MostarGuideContext context, IMapper mapper) : base(context, mapper)
 {
 }