public SalesReturnController(ICommonPVVMAppService _CommonVmService, ILocationAppService _locationService,
                              ISubsidiaryInfoAppService _subsidiaryInfoService, IItemInfoAppService _itemInfoService,
                              ICurrentStockAppService _currentStockService, ISalesMainAppService _SalesMainService,
                              ISalesDetailAppService _SaleDetailService,
                              IEmployeeAppService _EmployeeService, IBranchAppService _branchService,
                              IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
                              IVchrSetAppService _vchrSetService, ILotDTAppService _lotDtService, ICostLedgerAppService CostLedgerAppService,
                              IDefACAppService _defACService, IUnitAppService _unitService,
                              ISaleRetMainAppService _saleRetMainService, IIssueMainAppService _issueMainService,
                              ITransactionLogAppService _transactionLogService, ISaleRetDetailAppService _saleRetDetailService,
                              IReceiveAppService _receiveMainService, IReceiveDetailsAppService _receiveDetailService)
 {
     this._CommonVmService       = _CommonVmService;
     this._locationService       = _locationService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._itemInfoService       = _itemInfoService;
     this._currentStockService   = _currentStockService;
     this._SalesMainService      = _SalesMainService;
     this._SaleDetailService     = _SaleDetailService;
     this._EmployeeService       = _EmployeeService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
     this._vchrSetService        = _vchrSetService;
     this._lotDtService          = _lotDtService;
     this.CostLedgerAppService   = CostLedgerAppService;
     this._defACService          = _defACService;
     this._saleRetMainService    = _saleRetMainService;
     this._branchService         = _branchService;
     this._issueMainService      = _issueMainService;
     this._transactionLogService = _transactionLogService;
     this._saleRetDetailService  = _saleRetDetailService;
     this._receiveMainService    = _receiveMainService;
     this._receiveDetailService  = _receiveDetailService;
     this._unitService           = _unitService;
 }
Exemple #2
0
 public ItemController(IUnitAppService _UnitService, IItemTypeAppService _ItemService,
                       IItemInfoAppService _ItemInfoService, ITransactionLogAppService _transactionLogServic,
                       ITransactionLogAppService _transactionLogService, IItemListAppService _ItemListService,
                       IvuItemInfoAppService _vuItemInfoAppService, ICommonPVVMAppService _CommonVmService,
                       ISysSetAppService _sysSetService, ICostLedgerAppService CostLedgerAppService,
                       ILocationAppService _locationService, IBranchAppService _branchSerive)
 {
     this._UnitService           = _UnitService;
     this._ItemTypeService       = _ItemService;
     this._ItemInfoService       = _ItemInfoService;
     this._transactionLogService = _transactionLogService;
     this._ItemListService       = _ItemListService;
     this._vuItemInfoAppService  = _vuItemInfoAppService;
     this._CommonVmService       = _CommonVmService;
     this._sysSetService         = _sysSetService;
     this.CostLedgerAppService   = CostLedgerAppService;
     this._locationService       = _locationService;
     this._branchSerive          = _branchSerive;
 }