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