Esempio n. 1
0
        public SurowiecSubiektDictionaryMsAccessStrategy(IUnitOfWork unitOfWork, IUnitOfWorkMsAccess unitOfWorkMsAccess)
        {
            this.unitOfWork         = unitOfWork;
            this.unitOfWorkMsAccess = unitOfWorkMsAccess;

            surowceDictionary = new SurowceDictionary();
        }
Esempio n. 2
0
        public RozliczenieMsAcces_PW_Helper(IUnitOfWork unitOfWork,
                                            IUnitOfWorkMsAccess unitOfWorkMsAccess)
        {
            this.unitOfWork         = unitOfWork;
            this.unitOfWorkMsAccess = unitOfWorkMsAccess;

            nazwaTowaruSubiekt = new NazwaTowaruSubiektHelper();
        }
Esempio n. 3
0
        public MsAccessImportGniazdDoSql(IUnitOfWork unitOfWork,
                                         IUnitOfWorkMsAccess unitOfWorkMsAccess)
        {
            this.unitOfWork         = unitOfWork;
            this.unitOfWorkMsAccess = unitOfWorkMsAccess;

            PobierzZleceniaProdukcyjne();
        }
Esempio n. 4
0
        public ProdukcjaEwidencjaStateBase(IUnitOfWorkMsAccess unitOfWorkMsAccess,
                                           IProdukcjaEwidencjaHelper helper)
        {
            UnitOfWorkMsAccess = unitOfWorkMsAccess;
            Helper             = helper;

            Task.Run(() => LoadAsync());
        }
Esempio n. 5
0
        public RozliczenieMsAcces_RW_Helper(IUnitOfWork unitOfWork,
                                            IUnitOfWorkMsAccess unitOfWorkMsAccess,
                                            ISurowiecSubiektStrategyFactory surowiecSubiektStrategyFactory

                                            )
        {
            this.unitOfWork = unitOfWork;
            this.surowiecSubiektStrategyFactory = surowiecSubiektStrategyFactory;
            this.unitOfWorkMsAccess             = unitOfWorkMsAccess;


            surowiecStrategy = this.surowiecSubiektStrategyFactory.PobierzStrategie(SurowiecSubiektFactoryEnum.ZNazwy);
        }
Esempio n. 6
0
        public RozliczenieMsAccesHelper(IUnitOfWork unitOfWork,
                                        IUnitOfWorkMsAccess unitOfWorkMsAccess,
                                        IXlsService excelReportGenerator,
                                        IEppFileGenerator eppFileGenerator,
                                        IRozliczenieSQL_RW_Helper rwHelper,
                                        IRozliczenieSQL_PW_Helper pwHelper,
                                        IDirectoryHelper directoryHelper
                                        )
        {
            this.unitOfWork         = unitOfWork;
            this.unitOfWorkMsAccess = unitOfWorkMsAccess;
            this.rwHelper           = rwHelper;
            this.pwHelper           = pwHelper;

            DirectoryHelper      = directoryHelper;
            ExcelReportGenerator = excelReportGenerator;
            EppFileGenerator     = eppFileGenerator;

            nazwaTowaruSubiekt = new NazwaTowaruSubiektHelper();
        }
Esempio n. 7
0
 public RozliczenieMsAccessEwidencjaDeleteHelper(IUnitOfWork unitOfWork,
                                                 IUnitOfWorkMsAccess unitOfWorkMsAccess)
 {
     this.unitOfWork         = unitOfWork;
     this.unitOfWorkMsAccess = unitOfWorkMsAccess;
 }
Esempio n. 8
0
 public KonfekcjaMsAccessHelper(IUnitOfWorkMsAccess unitOfWorkMsAccess)
 {
     this.unitOfWorkMsAccess = unitOfWorkMsAccess;
 }
Esempio n. 9
0
 public LiniaWlokninProdukcjaEwidencjaState(IUnitOfWorkMsAccess unitOfWorkMsAccess,
                                            IProdukcjaEwidencjaHelper helper)
     : base(unitOfWorkMsAccess, helper)
 {
 }
Esempio n. 10
0
 public KalanderProdukcjaEwidencjaState(IUnitOfWorkMsAccess unitOfWorkMsAccess,
                                        IProdukcjaEwidencjaHelper helper)
     : base(unitOfWorkMsAccess, helper)
 {
 }
Esempio n. 11
0
 public MsAccessImportZlecenProdukcyjnychDoSql(IUnitOfWork unitOfWork,
                                               IUnitOfWorkMsAccess unitOfWorkMsAccess)
 {
     this.unitOfWork         = unitOfWork;
     this.unitOfWorkMsAccess = unitOfWorkMsAccess;
 }
 public ProdukcjaEwidencjaStateBaseInstance(IUnitOfWorkMsAccess unitOfWorkMsAccess, IProdukcjaEwidencjaHelper helper) : base(unitOfWorkMsAccess, helper)
 {
 }