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