public StatistikaController(BestDealContext context, IArtikli artikliApp, ITipovi tipoviApp, IKorpa korpaApp)
 {
     _context    = context;
     _artikliApp = artikliApp;
     _tipoviApp  = tipoviApp;
     _korpeApp   = korpaApp;
 }
 public ObavijestiController(BestDealContext context)
 {
     _context = context;
 }
 public NarudzbaKreator(BestDealContext context, Korpa k)
 {
     _context = context;
     _korpa   = k;
 }
Exemplo n.º 4
0
 public ArtikalKreator(BestDealContext context)
 {
     _context = context;
 }
 public KorpaKreator(BestDealContext context)
 {
     _context = context;
 }
 public RecenzijaKreator(BestDealContext context)
 {
     _context = context;
 }
 public NarudzbaController(BestDealContext context)
 {
     _context = context;
 }
 public TipController(BestDealContext context)
 {
     _context = context;
 }
 public KorpaController(BestDealContext context)
 {
     _context = context;
 }
 public TipKreator(BestDealContext context)
 {
     _context = context;
 }
 public ArtikliController(BestDealContext context)
 {
     _context = context;
 }
 public RecenzijasController(BestDealContext context)
 {
     _context = context;
 }