public LaminageProgController()
 {
     _context = new ProductionMonitoringDbContext();
 }
Exemplo n.º 2
0
 public AccountController()
 {
     _context = new ProductionMonitoringDbContext();
 }
 public RoleController()
 {
     _context = new ProductionMonitoringDbContext();
 }