Example #1
0
 public StandardParentsController(MaximContext context)
 {
     _context = context;
 }
 public ApplicationsController(MaximContext context)
 {
     _context = context;
 }
Example #3
0
 public CategoriesController(MaximContext context)
 {
     _context = context;
 }
Example #4
0
 public ProductsController(MaximContext context)
 {
     _context = context;
 }
Example #5
0
 public IndustriesController(MaximContext context)
 {
     _context = context;
 }
Example #6
0
 public BrandsController(MaximContext context)
 {
     _context = context;
 }