예제 #1
0
 // CONSTRUCTOR
 public CyclusMaakInstellingenRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public MachineOnderdeelRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public ProductEigenschapRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public ProductRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public ProductVersieCyclusRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public HmiMgmtExchangeRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
예제 #7
0
 // CONSTRUCTOR
 public CyclusTypeRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }