예제 #1
0
 public ProdDetail(MillDataContext context)
 {
     db = context;
 }
 public Env_ProductionDataController(MillDataContext context)
 {
     _context = context;
 }
예제 #3
0
 public MillInformationsController(MillDataContext context)
 {
     _context = context;
 }
예제 #4
0
 public EnvFacDetail(MillDataContext context)
 {
     db = context;
 }
 public Env_FacilityController(MillDataContext context)
 {
     _context = context;
 }