コード例 #1
0
 public AccountsController(IEmployeeAppService _employeeService, IFYDDAppService _FYDDAppService, IBranchAppService _branchService, IFuncSLAppService _funcSLService, IEmployeeFuncAppService _employeeFuncService, IUserBranchAppService _userbranchService)
 {
     this._employeeService     = _employeeService;
     this._FYDDAppService      = _FYDDAppService;
     this._branchService       = _branchService;
     this._funcSLService       = _funcSLService;
     this._employeeFuncService = _employeeFuncService;
     this._userbranchService   = _userbranchService;
 }
コード例 #2
0
 public ListOfTransactionController(IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                                    IJTrGrpAppService _jTrGrpService, IJarnalVoucherAppService _jarnalVoucherService,
                                    IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._jTrGrpService        = _jTrGrpService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._jarnalVoucherService = _jarnalVoucherService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
コード例 #3
0
 public SecUserInfoController(
     ISecUserGroupAppService _secUserGroupService,
     ISecFormProcessAppService _secFormProcessService,
     ISecUserInfoAppService _secUserInfoService,
     ISecFormListAppService _secFormListService,
     IUserBranchAppService _userBranchService
     )
 {
     this._secUserGroupService   = _secUserGroupService;
     this._secFormProcessService = _secFormProcessService;
     this._secUserInfoService    = _secUserInfoService;
     this._secFormListService    = _secFormListService;
     this._userBranchService     = _userBranchService;
 }
コード例 #4
0
 public SecUserLoginController(ISecUserInGroupAppService _secUserInGroupService, ISecFormRightAppService _secFormRightService,
                               ISecUserInfoAppService _secUserInfoService, ISecFormProcessAppService _secFormProcessService,
                               ISecFormListAppService _secFormListService, IFYDDAppService _FYDDService, IBranchAppService _branchService,
                               ISysSetAppService _sysSetService, IUserBranchAppService _userBranchService)
 {
     this._secUserInGroupService = _secUserInGroupService;
     this._secFormRightService   = _secFormRightService;
     this._secUserInfoService    = _secUserInfoService;
     this._secFormProcessService = _secFormProcessService;
     this._secFormListService    = _secFormListService;
     this._FYDDService           = _FYDDService;
     this._branchService         = _branchService;
     this._sysSetService         = _sysSetService;
     this._userBranchService     = _userBranchService;
 }
コード例 #5
0
 public ScheduleRptController(IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                              INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                              ISummaryReportAppService _summaryReportService, IUserBranchAppService _userbranchService, IDynaCapAppService _dynaCapService,
                              ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._summaryReportService = _summaryReportService;
     this._userbranchService    = _userbranchService;
     this._sysSetService        = _sysSetService;
     this._dynaCapService       = _dynaCapService;
     this._FYDDService          = _FYDDService;
 }
コード例 #6
0
 public CashBookController(ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                           ILedgerCaptionAppService _LedgerCapService, IUserBranchAppService _userbranchService, IEmployeeAppService _employeeService,
                           IBranchAppService _BranchService, ICashBookAppService _CashBookService, ICashOperationAppService _CashOperationService,
                           ISecUserInfoAppService _secUserInfoService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._CashBookService      = _CashBookService;
     this._CashOperationService = _CashOperationService;
     this._employeeService      = _employeeService;
     this._userbranchService    = _userbranchService;
     this._secUserInfoService   = _secUserInfoService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
コード例 #7
0
 public ReportController(IReportLedgerAppService _ReportLedgerService, ILedgerTypeAppService _LedgerTypeService,
                         ILedgerCaptionAppService _LedgerCapService, IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                         INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService, IJarnalVoucherAppService _jarnalVoucher,
                         IVchrPreviewVMAppService _VchrPreviewVMService, IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._ReportLedgerService  = _ReportLedgerService;
     this._LedgerTypeService    = _LedgerTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._jarnalVoucher        = _jarnalVoucher;
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
コード例 #8
0
 public SummaryReportController(ILocationAppService _locationService, ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                                ILedgerCaptionAppService _LedgerCapService, IBranchAppService _BranchService, IEmployeeAppService _employeeService, INewChartAppService _newchartAppService,
                                ISubsidiaryInfoAppService _SubsidiaryService, IItemInfoAppService _ItemService, IReportLedgerAppService _ReportLedgerService,
                                IVchrPreviewVMAppService _VchrPreviewVMService, IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._locationService      = _locationService;
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._newchartAppService   = _newchartAppService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._ItemService          = _ItemService;
     this._ReportLedgerService  = _ReportLedgerService;
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }