public LaminageProgController()
 {
     _context = new ProductionMonitoringDbContext();
 }
Exemple #2
0
 public AccountController()
 {
     _context = new ProductionMonitoringDbContext();
 }
 public RoleController()
 {
     _context = new ProductionMonitoringDbContext();
 }