コード例 #1
0
 // CONSTRUCTOR
 public CyclusMaakInstellingenRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #2
0
 // CONSTRUCTOR
 public MachineOnderdeelRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #3
0
 // CONSTRUCTOR
 public ProductEigenschapRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #4
0
 // CONSTRUCTOR
 public ProductRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #5
0
 // CONSTRUCTOR
 public ProductVersieCyclusRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #6
0
 // CONSTRUCTOR
 public HmiMgmtExchangeRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
コード例 #7
0
 // CONSTRUCTOR
 public CyclusTypeRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }