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