예제 #1
0
 public KlijentiService(AutoKucaRS2Context db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
예제 #2
0
 public ModelService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #3
0
 public AdminUpitiService(AutoKucaRS2Context db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
예제 #4
0
 public GradoviService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #5
0
 public PoslovniceService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #6
0
 public ProdanaService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #7
0
 public UpitiVozilaService(AutoKucaRS2Context db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
예제 #8
0
 public VozilaService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #9
0
 public NarudzbaService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #10
0
 public SlikeService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #11
0
 public PodaciUvozaService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #12
0
 public UposleniciService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #13
0
 public BaseService(AutoKucaRS2Context db, IMapper mapper)
 {
     _db     = db;
     _mapper = mapper;
 }
예제 #14
0
 public BaseCRUDService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }
예제 #15
0
 public DetaljiNarudzbeService(AutoKucaRS2Context db, IMapper mapper) : base(db, mapper)
 {
 }