Пример #1
0
 public CjenovnikService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #2
0
 public RecenzijaService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #3
0
 public GostiNotifikacijeService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #4
0
 public SobaStatusService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #5
0
 public BaseService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #6
0
 public BaseCRUDService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #7
0
 public NotifikacijaService(SeminarskiRSIIBazaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #8
0
 public VrstaOsobljaService(SeminarskiRSIIBazaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }