Beispiel #1
0
 public ProduktiServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #2
0
 public RecommenderController(getFoodContext context, IMapper mapper)
 {
     _context            = context;
     _mapper             = mapper;
     _recommenderService = new RecommenderService(_context, _mapper);
 }
 public KategorijaServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #4
0
 public ReviewServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #5
0
 public KarticaService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public BaseCRUDService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #7
0
 public StatusServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #8
0
 public RestoranServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #9
0
 public RezervacijeServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public RecommenderService(getFoodContext context, IMapper mapper)
 {
     _context             = context;
     _mapper              = mapper;
     _meniProduktiService = new MeniProduktiServis(_context, mapper);
 }
Beispiel #11
0
 public KorisnikServis(getFoodContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #12
0
 public MeniServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #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)
 {
 }
Beispiel #16
0
 public UlogaServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #17
0
 public DostavaService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #18
0
 public BaseService(getFoodContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #19
0
 public IzlazService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #20
0
 public SastojciServis(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #21
0
 public KuponiService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public FavoritiService(getFoodContext context, IMapper mapper) : base(context, mapper)
 {
 }