Ejemplo n.º 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;
 }
Ejemplo n.º 2
0
 public ProductionRptController(IItemTypeAppService _itemTypeService, IBranchAppService _branchService, IFYDDAppService _FYDDService,
                                ILocationAppService _locationService, ICommonPVVMAppService _CommonVmService)
 {
     this._CommonVmService = _CommonVmService;
     this._itemTypeService = _itemTypeService;
     this._branchService   = _branchService;
     this._FYDDService     = _FYDDService;
     this._locationService = _locationService;
 }
Ejemplo n.º 3
0
 public StockLedgerRptController(IReportLedgerAppService _ReportLedgerService, ILedgerCaptionAppService _LedgerCapService,
                                 IItemInfoAppService _ItemService, IBranchAppService _BranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService,
                                 IItemTypeAppService _itemTypeService, ICommonPVVMAppService _CommonVmService)
 {
     this._ReportLedgerService = _ReportLedgerService;
     this._LedgerCapService    = _LedgerCapService;
     this._ItemService         = _ItemService;
     this._BranchService       = _BranchService;
     this._FYDDService         = _FYDDService;
     this._sysSetService       = _sysSetService;
     this._itemTypeService     = _itemTypeService;
     this._CommonVmService     = _CommonVmService;
 }
Ejemplo n.º 4
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;
 }