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