public UpitiZaSastankeService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KlijentiService(NekretnineContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #3
0
 public BaseService(NekretnineContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #4
0
 public BaseCrudService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #5
0
 public KomentarService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #6
0
 public SlikeService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #7
0
 public PorukaService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #8
0
 public SastanciService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public OcjenaService(NekretnineContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #10
0
 public KorisniciService(NekretnineContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }