コード例 #1
0
 public PotvrdeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #2
0
 public UlogaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #3
0
 public KorisnikService(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #4
0
 public KandidatService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #5
0
 public OdabraneUslugeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #6
0
 public UslugeProdavnicaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #7
0
 public TerminRasporedaCasovaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #8
0
 public ZahtjeviService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public LjekarskoUvjerenjeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #10
0
 public KategorijeService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #11
0
 public TipUposlenikaService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #12
0
 public RecommenderController(AutoSkolaContext context, IMapper mapper)
 {
     _context            = context;
     _mapper             = mapper;
     _recommenderService = new Recommender(_context, _mapper);
 }
コード例 #13
0
 public ModelService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #14
0
 public CRUDBaseService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #15
0
 public RasporedService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #16
0
 public Recommender(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #17
0
 public UposleniciService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #18
0
 public UslugaZahtjevService(AutoSkolaContext context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #19
0
 public BaseService(AutoSkolaContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }