public AutentifikacijaController(_150023Context db)
 {
     _db = db;
 }
示例#2
0
 public HomeController(_150023Context db)
 {
     _db = db;
 }
示例#3
0
 public ProizvodiService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#4
0
 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;
 }
示例#8
0
 public RezervacijaController(_150023Context db)
 {
     _db = db;
 }
 public EdukacijeController(_150023Context db)
 {
     _db = db;
 }
示例#10
0
 public KlijentiService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#11
0
 public RezervacijeService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }
示例#12
0
 public OcjeneService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public UslugeController(IUsluge uslugaRepository, IVrstaUsluge vrstaUslugaRepository, _150023Context db)
 {
     _uslugaRepository      = uslugaRepository;
     _vrstaUslugaRepository = vrstaUslugaRepository;
     _db = db;
 }
示例#14
0
 public BaseCRUDService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public VrstaUslugeRepository(_150023Context appDbContext)
 {
     _appDbContext = appDbContext;
 }
示例#16
0
 public UslugeService(_150023Context context, IMapper mapper)
 {
     this.context = context;
     _mapper      = mapper;
 }
示例#17
0
 public ZaposleniciService(_150023Context context, IMapper mapper)
 {
     this.context = context;
     _mapper      = mapper;
 }
示例#18
0
 public UplateService(_150023Context context, IMapper mapper) : base(context, mapper)
 {
 }