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)
 {
 }