Example #1
0
        public FrmAccountInvestFundDetail(ICommonService commonService, IDeliveryStatisticsReportService deliveryReportService)
        {
            InitializeComponent();

            this._commonService         = commonService;
            this._deliveryReportService = deliveryReportService;
        }
Example #2
0
        public FrmDeliveryAccountInvestIncomeFlow(
            IAccountService accountService,
            IDeliveryRecordService deliveryRecordService,
            IDeliveryStatisticsReportService deliveryReportService,
            IDictionaryService dictionaryService,
            ITKLineService tkLineService)
        {
            InitializeComponent();

            this._accountService        = accountService;
            this._deliveryRecordService = deliveryRecordService;
            this._deliveryReportService = deliveryReportService;
            this._dictionaryService     = dictionaryService;
            this._tkLineService         = tkLineService;
        }
Example #3
0
        public FrmDeliveryAccountInvestIncomeDetail(IDeliveryStatisticsReportService deliveryReportService)
        {
            InitializeComponent();

            this._deliveryReportService = deliveryReportService;
        }