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