Exemple #1
0
 public AssetsController(tbkk_ACContext context)
 {
     _context = context;
 }
Exemple #2
0
 public CategoriesController(tbkk_ACContext context)
 {
     _context = context;
 }
 public BrandsController(tbkk_ACContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DepartmentsController(tbkk_ACContext context)
 {
     _context = context;
 }