예제 #1
0
 public ProizvodService(AutoDeloviiContext context, IMapper mapper) : base(context, mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
예제 #2
0
 public NarudzbaService(AutoDeloviiContext context, IMapper mapper) : base(context, mapper)
 {
 }
예제 #3
0
 public MarkaService(AutoDeloviiContext context, IMapper mapper) : base(context, mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
예제 #4
0
 public BaseServices(AutoDeloviiContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }