Esempio n. 1
0
 public CjenovnikService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 2
0
 public RecenzijaService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 3
0
 public GostiNotifikacijeService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 4
0
 public SobaStatusService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 5
0
 public BaseService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 6
0
 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;
 }