Beispiel #1
0
 public DodatakService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Beispiel #2
0
 public EkstraDodaciService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Beispiel #3
0
 public VoziloService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Beispiel #4
0
 public StatusDostaveController(PicerijaDbContext context, IStatusDostaveService statusDostaveService)
 {
     _statusDostaveService = statusDostaveService;
 }
Beispiel #5
0
 public ZaposleniService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Beispiel #6
0
 public NarudzbenicaService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Beispiel #7
0
 public StatusDostaveService(PicerijaDbContext dbContext, AutoMapper.IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }