예제 #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;
 }