Exemple #1
0
 public KoszykBusinessLogic(SklepKomputerowyContext context, HttpContext httpContext)
 {
     _context            = context;
     this.IdSesjiKoszyka = GetIdSesjiKoszyka(httpContext);
 }
Exemple #2
0
 public ZakupController(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public ProduktController(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public KategoriaController(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public ListaProduktowWKoszykuComponent(SklepKomputerowyContext context)
 {
     _context = context;
 }
Exemple #6
0
 public ZamowienieController(SklepKomputerowyContext context, FilterZamowienieServices filterZamowienieServices)
 {
     _context = context;
     _filterZamowienieServices = filterZamowienieServices;
 }
 public ZdjeciaController(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public SumaZamowieniaComponent(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public ListaProduktowZamowionychComponent(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public ZamowienieDetailViewModel(SklepKomputerowyContext context)
 {
     _context = context;
 }
Exemple #11
0
 public ProductDetalisModel(SklepKomputerowyContext contex)
 {
     _contex = contex;
 }
 public FilterZamowienieServices(SklepKomputerowyContext context)
 {
     _context = context;
 }
Exemple #13
0
 public KoszykController(SklepKomputerowyContext context)
 {
     _context = context;
 }
 public CategoryMenuComponent(SklepKomputerowyContext context)
 {
     _context = context;
 }
Exemple #15
0
 public SumaWKoszykuComponent(SklepKomputerowyContext context)
 {
     _context = context;
 }