Beispiel #1
0
 public CategoryController(ComponentDbContext context)
 {
     this.context = context;
 }
 public SearchController(ComponentDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public ComponentTypeController(ComponentDbContext context)
 {
     this.context = context;
 }
 public ComponentTypesController(ComponentDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public HomeController(ComponentDbContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public CategoriesController(ComponentDbContext context)
 {
     _context = context;
 }