Esempio n. 1
0
        public FrmDeliveryImport
        (
            IDictionaryService dictionaryService,
            IAccountService accountService,
            IDeliveryRecordService deliveryRecordService,
            IDataImportCommonService dataImportCommonService,
            ICommonService commonService
        )
        {
            InitializeComponent();

            this._dictionaryService       = dictionaryService;
            this._accountService          = accountService;
            this._deliveryRecordService   = deliveryRecordService;
            this._dataImportCommonService = dataImportCommonService;
            this._commonService           = commonService;
        }
Esempio n. 2
0
        public FrmTradeDataImport(
            IDictionaryService dictionaryService,
            IAccountService accountService,
            IUserService userService,
            IStockService stockService,
            IDailyRecordService dailyRecordService,
            IDataImportCommonService dataImportService,
            IMarginTradingService marginService,
            ICommonService commonService)
        {
            InitializeComponent();

            this._dictionaryService       = dictionaryService;
            this._accountService          = accountService;
            this._userService             = userService;
            this._stockService            = stockService;
            this._dailyRecordService      = dailyRecordService;
            this._dataImportCommonService = dataImportService;
            this._marginService           = marginService;
            this._commonService           = commonService;
        }