Exemplo n.º 1
0
 public CategoryController(ComponentDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public SearchController(ComponentDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public ComponentTypeController(ComponentDbContext context)
 {
     this.context = context;
 }
 public ComponentTypesController(ComponentDbContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public HomeController(ComponentDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public CategoriesController(ComponentDbContext context)
 {
     _context = context;
 }