Пример #1
0
 public SalesF1Controller(ILocationAppService _locationService, IItemTypeAppService _itemTypeService,
                          ISubsidiaryInfoAppService _subsidiaryInfoService, IItemInfoAppService _itemInfoService,
                          ICurrentStockAppService _currentStockService, ICommonPVVMAppService _CommonVmService,
                          IItemWiseDisVatAppService _ItemWiseDisVatService, ISalesMainAppService _SalesMainService,
                          ISalesDetailAppService _SaleDetailService, IIssueMainAppService _IssueMainService,
                          IIssueDetailsAppService _IssueDetailService, IEmployeeFuncAppService _EmpFuncService,
                          IEmployeeAppService _EmployeeService, IIssueMainAppService _issueMainService,
                          IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService)
 {
     this._locationService       = _locationService;
     this._itemTypeService       = _itemTypeService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._itemInfoService       = _itemInfoService;
     this._currentStockService   = _currentStockService;
     this._CommonVmService       = _CommonVmService;
     this._ItemWiseDisVatService = _ItemWiseDisVatService;
     this._SalesMainService      = _SalesMainService;
     this._SaleDetailService     = _SaleDetailService;
     this._IssueMainService      = _IssueMainService;
     this._IssueDetailService    = _IssueDetailService;
     this._EmpFuncService        = _EmpFuncService;
     this._EmployeeService       = _EmployeeService;
     this._issueMainService      = _issueMainService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
 }
Пример #2
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;
 }
Пример #3
0
 public CustAdjustmentController(IJarnalVoucherAppService _jarnalVoucherService, ILocationAppService _locationService, ISalesMainAppService _SalesMainService,
                                 ISalesDetailAppService _SaleDetailService, IEmployeeFuncAppService _EmpFuncService,
                                 IEmployeeAppService _EmployeeService, ISysSetAppService _sysSetService, IDefACAppService _defACService,
                                 ISubsidiaryInfoAppService _subsidiaryInfoService, IMoneyReceiptAppService _moneyReceiptService,
                                 IVchrSetAppService _vchrSetService, ICustAdjustmentAppService _custAdjustmentService, IFYDDAppService _FYDDAppService,
                                 ICustAdjExtAppService _custAdjExtService, ITransactionLogAppService _transactionLogService)
 {
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._locationService       = _locationService;
     this._SalesMainService      = _SalesMainService;
     this._SaleDetailService     = _SaleDetailService;
     this._EmpFuncService        = _EmpFuncService;
     this._EmployeeService       = _EmployeeService;
     this._sysSetService         = _sysSetService;
     this._defACService          = _defACService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._moneyReceiptService   = _moneyReceiptService;
     this._vchrSetService        = _vchrSetService;
     this._custAdjustmentService = _custAdjustmentService;
     this._FYDDAppService        = _FYDDAppService;
     this._custAdjExtService     = _custAdjExtService;
     this._transactionLogService = _transactionLogService;
 }