public AutentifikacijaController(_150023Context db) { _db = db; }
public HomeController(_150023Context db) { _db = db; }
public ProizvodiService(_150023Context context, IMapper mapper) : base(context, mapper) { }
public BaseService(_150023Context context, IMapper mapper) { _context = context; _mapper = mapper; }
public ProizvodiController(_150023Context db) { _db = db; }
public VrstaProizvodaRepository(_150023Context appDbContext) { _appDbContext = appDbContext; }
public RatingsController(_150023Context db) { _db = db; }
public RezervacijaController(_150023Context db) { _db = db; }
public EdukacijeController(_150023Context db) { _db = db; }
public KlijentiService(_150023Context context, IMapper mapper) : base(context, mapper) { }
public RezervacijeService(_150023Context context, IMapper mapper) : base(context, mapper) { }
public OcjeneService(_150023Context context, IMapper mapper) : base(context, mapper) { }
public UslugeController(IUsluge uslugaRepository, IVrstaUsluge vrstaUslugaRepository, _150023Context db) { _uslugaRepository = uslugaRepository; _vrstaUslugaRepository = vrstaUslugaRepository; _db = db; }
public BaseCRUDService(_150023Context context, IMapper mapper) : base(context, mapper) { }
public VrstaUslugeRepository(_150023Context appDbContext) { _appDbContext = appDbContext; }
public UslugeService(_150023Context context, IMapper mapper) { this.context = context; _mapper = mapper; }
public ZaposleniciService(_150023Context context, IMapper mapper) { this.context = context; _mapper = mapper; }
public UplateService(_150023Context context, IMapper mapper) : base(context, mapper) { }