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