Exemple #1
0
 public ProductViewComponent(VitecProjektContext context)
 {
     _context = context;
 }
 public PackagesController(VitecProjektContext context)
 {
     _context = context;
 }