public SupplierController(MidtermDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ProductController(MidtermDbContext context)
 {
     _context = context;
 }
 public DashBoardController(MidtermDbContext context)
 {
     _context = context;
 }