public SCANNING_LOGS_Service() { _context = new MESSystemDbContext(); }
public INSPECTION_PROCESSES_Service() { _context = new MESSystemDbContext(); }
public WORK_ORDER_ITEMS_Service() { _context = new MESSystemDbContext(); }
public INSPECTION_STATIONS_Service() { _context = new MESSystemDbContext(); }
public INSPECTION_PROCEDURE_DESIGNERS_Service() { _context = new MESSystemDbContext(); }
public MESService() { _context = new MESSystemDbContext(); }