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