Beispiel #1
0
 public CategoriesViewComponent(EShoppingContext context)
 {
     _context = context;
 }
 public MainMenuViewComponent(EShoppingContext context)
 {
     _context = context;
 }