Esempio n. 1
0
 public ProduktiServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 2
0
 public RecommenderController(getFoodContext context, IMapper mapper)
 {
     _context            = context;
     _mapper             = mapper;
     _recommenderService = new RecommenderService(_context, _mapper);
 }
Esempio n. 3
0
 public KategorijaServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 4
0
 public ReviewServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 5
0
 public KarticaService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 6
0
 public BaseCRUDService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 7
0
 public StatusServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 8
0
 public RestoranServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 9
0
 public RezervacijeServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 10
0
 public RecommenderService(getFoodContext context, IMapper mapper)
 {
     _context             = context;
     _mapper              = mapper;
     _meniProduktiService = new MeniProduktiServis(_context, mapper);
 }
Esempio n. 11
0
 public KorisnikServis(getFoodContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 12
0
 public MeniServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 13
0
 public KuhinjaServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public KorisnikRestoranService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public NarudzbaStavkeService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 16
0
 public UlogaServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 17
0
 public DostavaService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 18
0
 public BaseService(getFoodContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 19
0
 public IzlazService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 20
0
 public SastojciServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 21
0
 public KuponiService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 22
0
 public FavoritiService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }