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