예제 #1
0
 public SCANNING_LOGS_Service()
 {
     _context = new MESSystemDbContext();
 }
예제 #2
0
 public INSPECTION_PROCESSES_Service()
 {
     _context = new MESSystemDbContext();
 }
예제 #3
0
 public WORK_ORDER_ITEMS_Service()
 {
     _context = new MESSystemDbContext();
 }
예제 #4
0
 public INSPECTION_STATIONS_Service()
 {
     _context = new MESSystemDbContext();
 }
예제 #5
0
 public INSPECTION_PROCEDURE_DESIGNERS_Service()
 {
     _context = new MESSystemDbContext();
 }
예제 #6
0
파일: MESService.cs 프로젝트: imatary/work
 public MESService()
 {
     _context = new MESSystemDbContext();
 }