public PorukaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 2
0
 public OcjenaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public ProizvodjacService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 4
0
 public RacunService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KlijentService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public AutomobilService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 7
0
 public ModelService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 9
0
 public RezervacijaRentanjaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 10
0
 public RegistracijaVozilaService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 11
0
 public KorisnikService(CarHireRCContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 12
0
 public BaseCRUDService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KorisniciUlogeService(CarHireRCContext context, IMapper mapper) : base(context, mapper)
 {
 }