Beispiel #1
0
 // CONSTRUCTOR
 public ProductVersieCyclusService(IProductVersieCyclusRepository _repository, ProductieBaseDataContext db, ICyclusMaakInstellingService _CyclusMaakInstellingenService, IProductVersieRepository _productVersieRepository)
 {
     repository = _repository;
     DB         = db;
     CyclusMaakInstellingenService = _CyclusMaakInstellingenService;
     productVersieRepository       = _productVersieRepository;
 }
Beispiel #2
0
        // CONSTRUCTOR
        public ProductVersieService(
            IProductVersieRepository _repository,
            ProductieBaseDataContext db,
            IEigenschapService _eigenschapService)
        {
            repository = _repository;
            DB         = db;

            eigenschapService = _eigenschapService;
        }
Beispiel #3
0
 // CONSTRUCTOR
 public ProductService(IProductRepository _repository, ProductieBaseDataContext db, IProductVersieService _productVersieService)
 {
     repository           = _repository;
     DB                   = db;
     productVersieService = _productVersieService;
 }
 // CONSTRUCTOR
 public ProductEigenschapService(IProductEigenschapRepository _repository, ProductieBaseDataContext db, IProductVersieRepository _productVersieRepository)
 {
     repository = _repository;
     DB         = db;
     productVersieRepository = _productVersieRepository;
 }
 // CONSTRUCTOR
 public GlobalProductService(IGlobalProductRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }
Beispiel #6
0
 // CONSTRUCTOR
 public HmiMgmtExchangeService(IHmiMgmtExchangeRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }
 // CONSTRUCTOR
 public GlobalProductRepository(ProductieBaseDataContext dB)
 {
     DB = dB;
 }
 // CONSTRUCTOR
 public CyclusMaakInstellingService(ICyclusMaakInstellingenRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }
 // CONSTRUCTOR
 public CyclusService(ICyclusRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }
Beispiel #10
0
 // CONSTRUCTOR
 public MachineOnderdeelService(IMachineOnderdeelRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }
 // CONSTRUCTOR
 public EigenschapService(IEigenschapRepository _repository, ProductieBaseDataContext db)
 {
     repository = _repository;
     DB         = db;
 }