Example #1
0
 public ProductController(Training_ProjectContext context)
 {
     _context = context;
 }
 public DashboardController(Training_ProjectContext context)
 {
     _context = context;
 }
Example #3
0
 public CategoryController(Training_ProjectContext context)
 {
     _context = context;
 }
Example #4
0
 public UserController(Training_ProjectContext context)
 {
     _context = context;
 }