Esempio n. 1
0
 public NagradnaIgraService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PredstavaUplataServicw(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public RezervacijaService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PredstavaKupacService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public SjedisteService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 6
0
 public UlaznicaService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KomentarService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 8
0
 public PrikazivanjeService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 9
0
 public NotifikacijaService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public GlumacService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 11
0
 public BaseCRUDService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 12
0
 public KupacNagradnaIgraService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 13
0
 public NovostiService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 14
0
 public PredstavaService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ZanrService(ePozoristeContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public DokumentService(ePozoristeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }