public SupplierController(MidtermDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ProductController(MidtermDbContext context)
 {
     _context = context;
 }
 public DashBoardController(MidtermDbContext context)
 {
     _context = context;
 }