public LaminageProgController() { _context = new ProductionMonitoringDbContext(); }
public AccountController() { _context = new ProductionMonitoringDbContext(); }
public RoleController() { _context = new ProductionMonitoringDbContext(); }