Ejemplo n.º 1
0
 public PotvrdeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public UlogaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 3
0
 public KorisnikService(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public KandidatService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 5
0
 public OdabraneUslugeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 6
0
 public UslugeProdavnicaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 7
0
 public TerminRasporedaCasovaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public ZahtjeviService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public LjekarskoUvjerenjeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 10
0
 public KategorijeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 11
0
 public TipUposlenikaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 12
0
 public RecommenderController(AutoSkolaContext context, IMapper mapper)
 {
     _context            = context;
     _mapper             = mapper;
     _recommenderService = new Recommender(_context, _mapper);
 }
Ejemplo n.º 13
0
 public ModelService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 14
0
 public CRUDBaseService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public RasporedService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public Recommender(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 17
0
 public UposleniciService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
Ejemplo n.º 18
0
 public UslugaZahtjevService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseService(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }