public CjenovnikService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public RecenzijaService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GostiNotifikacijeService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public SobaStatusService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public BaseService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public BaseCRUDService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper) { }
public NotifikacijaService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper) { }
public VrstaOsobljaService(SeminarskiRSIIBazaContext context, IMapper mapper) { _context = context; _mapper = mapper; }