public BankOperationController(IBankOperationAppService _bankOperationService, IHORemitAppService _hoRemitService,
                                IPaymentAppService _paymentService, INewChartAppService _newChartService, ITransactionLogAppService _transactionLogService,
                                ISubsidiaryInfoAppService _subsidiaryService, IEmployeeAppService _employeeService, IAcBRAppService _AcBRService,
                                IDepositToBankAppService _depositToBankService, IWithdrawAppService _withdrawService, IOpnBalAppService _OpnBalService,
                                IBankReceiptAppService _BankReceiptAppService, IBankInfoAppService _BankInfoService, ISubsidiaryCtrlAppService _subsidiaryCtrlService,
                                IJarnalVoucherAppService _jarnalVoucherService, IBranchAppService _BranchService, ISysSetAppService _sysSetService)
 {
     this._bankOperationService  = _bankOperationService;
     this._hoRemitService        = _hoRemitService;
     this._paymentService        = _paymentService;
     this._newChartService       = _newChartService;
     this._subsidiaryService     = _subsidiaryService;
     this._employeeService       = _employeeService;
     this._AcBRService           = _AcBRService;
     this._depositToBankService  = _depositToBankService;
     this._withdrawService       = _withdrawService;
     this._transactionLogService = _transactionLogService;
     this._OpnBalService         = _OpnBalService;
     this._BankReceiptAppService = _BankReceiptAppService;
     this._BankInfoService       = _BankInfoService;
     this._subsidiaryCtrlService = _subsidiaryCtrlService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._BranchService         = _BranchService;
     this._sysSetService         = _sysSetService;
 }
 public ChequeReceiptsController(IBranchAppService _branchService, ISubsidiaryInfoAppService _subsidiaryService,
                                 ISubsidiaryCtrlAppService _subsidiaryCtrlService, IBankInfoAppService _bankInfoService, IChequeReceiptAppService _chequeReceiptService,
                                 ITransactionLogAppService _transactionLogService, ISubsidiaryExtAppService _SubsidiaryExtService, IChequeReceiptExtAppService _chqRecExtService,
                                 INewChartAppService _NewChartService, IEmployeeAppService _employeeInfoService, IJarnalVoucherAppService _jarnalVoucherService,
                                 ISalesMainAppService _salesMainService, IChequeArchiveAppService _chequeArchiveService, IBankReceiptAppService _bankReceiptService,
                                 IVchrMainAppService _vchrMainService, IMoneyReceiptAppService _moneyReceiptService,
                                 ISysSetAppService _sysSetService, IVchrSetAppService _vchrSetService, IMoneyReceiptExtAppService _moneyReceiptExtService)
 {
     this._branchService          = _branchService;
     this._subsidiaryService      = _subsidiaryService;
     this._subsidiaryCtrlService  = _subsidiaryCtrlService;
     this._bankInfoService        = _bankInfoService;
     this._chequeReceiptService   = _chequeReceiptService;
     this._transactionLogService  = _transactionLogService;
     this._SubsidiaryExtService   = _SubsidiaryExtService;
     this._NewChartService        = _NewChartService;
     this._employeeInfoService    = _employeeInfoService;
     this._jarnalVoucherService   = _jarnalVoucherService;
     this._chqRecExtService       = _chqRecExtService;
     this._salesMainService       = _salesMainService;
     this._chequeArchiveService   = _chequeArchiveService;
     this._bankReceiptService     = _bankReceiptService;
     this._vchrMainService        = _vchrMainService;
     this._moneyReceiptService    = _moneyReceiptService;
     this._sysSetService          = _sysSetService;
     this._vchrSetService         = _vchrSetService;
     this._moneyReceiptExtService = _moneyReceiptExtService;
 }
 public CashMoneyReceiptController(
     ICashReceiptSubDetailsAppService _CashReceiptSubDetailsAppService,
     IAcBRAppService _AcBrService,
     INewChartAppService _newChartService,
     ISubsidiaryInfoAppService _subsidiaryInfoService, ICurrentStockAppService _currentStockService,
     ITransactionLogAppService _transactionLogService,
     IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
     IBranchAppService _branchService, IProjInfoAppService _ProjInfoService,
     IVchrSetAppService _vchrSetService, IDefACAppService _defACService,
     IMoneyReceiptAppService _moneyReceiptService, IMoneyReceiptExtAppService _moneyReceiptExtService,
     ISalesMainAppService _salesMainService, IGsetAppService _gsetService, ICashReceiptAppService _CashReceiptService,
     CashReceiptController _CashReceiptController, ISubsidiaryExtAppService _SubsidiaryExtService, IPVchrMainAppService _pVchrmainService)
 {
     this._CashReceiptSubDetailsAppService = _CashReceiptSubDetailsAppService;
     this._AcBrService            = _AcBrService;
     this._jarnalVoucherService   = _jarnalVoucherService;
     this._newChartService        = _newChartService;
     this._subsidiaryInfoService  = _subsidiaryInfoService;
     this._currentStockService    = _currentStockService;
     this._transactionLogService  = _transactionLogService;
     this._sysSetService          = _sysSetService;
     this._branchService          = _branchService;
     this._ProjInfoService        = _ProjInfoService;
     this._vchrSetService         = _vchrSetService;
     this._defACService           = _defACService;
     this._moneyReceiptService    = _moneyReceiptService;
     this._moneyReceiptExtService = _moneyReceiptExtService;
     this._salesMainService       = _salesMainService;
     this._gsetService            = _gsetService;
     this._CashReceiptService     = _CashReceiptService;
     this._CashReceiptController  = _CashReceiptController;
     this._SubsidiaryExtService   = _SubsidiaryExtService;
     this._pVchrmainService       = _pVchrmainService;
 }
예제 #4
0
 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;
 }
예제 #5
0
 public VM_4P3Controller(IItemInfoAppService _itemInfoService, IUnitAppService _unitService, ITransactionLogAppService _transactionLogService, ISysSetAppService _sysSetService)
 {
     this._itemInfoService       = _itemInfoService;
     this._unitService           = _unitService;
     this._transactionLogService = _transactionLogService;
     this._sysSetService         = _sysSetService;
 }
 public OnlineMoneyReceiptController(
     IBankReceiptAppService _bankReceiptService,
     INewChartAppService _newChartService,
     ISubsidiaryInfoAppService _subsidiaryInfoService, ICurrentStockAppService _currentStockService,
     ITransactionLogAppService _transactionLogService,
     IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
     IBranchAppService _branchService, IProjInfoAppService _ProjInfoService,
     IVchrSetAppService _vchrSetService, IDefACAppService _defACService,
     IMoneyReceiptAppService _moneyReceiptService, IMoneyReceiptExtAppService _moneyReceiptExtService,
     ISalesMainAppService _salesMainService, IGsetAppService _gsetService, ICashReceiptAppService _CashReceiptService,
     IBankInfoAppService _bankInfoService, IEmployeeAppService _employeeInfoService, IAcBRAppService _AcBrService)
 {
     this._bankReceiptService     = _bankReceiptService;
     this._newChartService        = _newChartService;
     this._subsidiaryInfoService  = _subsidiaryInfoService;
     this._currentStockService    = _currentStockService;
     this._transactionLogService  = _transactionLogService;
     this._sysSetService          = _sysSetService;
     this._branchService          = _branchService;
     this._ProjInfoService        = _ProjInfoService;
     this._vchrSetService         = _vchrSetService;
     this._defACService           = _defACService;
     this._moneyReceiptService    = _moneyReceiptService;
     this._moneyReceiptExtService = _moneyReceiptExtService;
     this._salesMainService       = _salesMainService;
     this._gsetService            = _gsetService;
     this._CashReceiptService     = _CashReceiptService;
     this._bankInfoService        = _bankInfoService;
     this._employeeInfoService    = _employeeInfoService;
     this._jarnalVoucherService   = _jarnalVoucherService;
     this._AcBrService            = _AcBrService;
 }
예제 #7
0
 public GL_OpenBalController(IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService,
                             INewChartAppService _NewChartAppService, IOpenBalAppService _pR_OpenBalanceService, ITransactionLogAppService _transactionLogService)
 {
     this._pR_OpenBalanceService = _pR_OpenBalanceService;
     this._BranchService         = _BranchService;
     this._ProjInfoService       = _ProjInfoService;
     this._NewChartAppService    = _NewChartAppService;
     this._transactionLogService = _transactionLogService;
 }
예제 #8
0
 public RateChartController(ISubsidiaryTypeAppService ISubsidiaryTypeService, ITransactionLogAppService _transactionLogService, IItemInfoAppService _IItemInfoAppService, ISubsidiaryInfoAppService _ISubsidiaryInfoService, IRateChartAppService _RateChartService, IFYDDAppService _FYDDService, IProjInfoAppService _ProjInfoService)
 {
     this._RateChartService       = _RateChartService;
     this._FYDDService            = _FYDDService;
     this._ProjInfoService        = _ProjInfoService;
     this._ISubsidiaryInfoService = _ISubsidiaryInfoService;
     this._IItemInfoAppService    = _IItemInfoAppService;
     this._transactionLogService  = _transactionLogService;
     this.ISubsidiaryTypeService  = ISubsidiaryTypeService;
 }
예제 #9
0
 public SubsidiaryController(ISubsidiaryTypeAppService _subsidiaryTypeAppService,
                             ITransactionLogAppService _transactionLogService,
                             ISubsidiaryInfoAppService _subsidiaryInfoAppService, ITransactionLogAppService _transactionLogServic,
                             ISubsidiaryExtAppService _subsidiaryExtSevevice, ISubOpenBalAppService _SubOpenBalService)
 {
     this._subsidiaryTypeAppService = _subsidiaryTypeAppService;
     this._subsidiaryInfoAppService = _subsidiaryInfoAppService;
     this._transactionLogService    = _transactionLogService;
     this._subsidiaryExtSevevice    = _subsidiaryExtSevevice;
     this._SubOpenBalService        = _SubOpenBalService;
 }
 public InvoiceCancelController(ISubsidiaryInfoAppService _subsidiaryInfoService,
                                ISalesMainAppService _salesMainService,
                                ISalesDetailAppService _salesDetailsService,
                                IMoneyReceiptAppService _moneyReceiptService,
                                ITransactionLogAppService _transactionLogService)
 {
     this._salesMainService      = _salesMainService;
     this._salesDetailsService   = _salesDetailsService;
     this._moneyReceiptService   = _moneyReceiptService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._transactionLogService = _transactionLogService;
 }
예제 #11
0
 public static bool SaveTransactionLog(ITransactionLogAppService _tranService, TransactionLog tranLog)
 {
     try
     {
         _tranService.Add(tranLog);
         _tranService.Save();
         return(true);
     }
     catch (Exception ex)
     {
         return(false);
     }
 }
예제 #12
0
        //private readonly IOptions<AWSCredentialOptions> _credentialOptions;

        public AccountHolderHomeController(
            ITransactionLogAppService transactionLogAppService,
            PayCodeService payCodeService,
            SavingsInterestManager interestManager,
            IConfiguration tempConfig
            //IOptions<AWSCredentialOptions> credentialOptions
            )
        {
            _transactionLogAppService = transactionLogAppService;
            _payCodeService           = payCodeService;
            _interestManager          = interestManager;
            _tempConfig = tempConfig;
            //_credentialOptions = credentialOptions;
        }
 public DepositToBankController(
     ICashOperationAppService _CashOperationService,
     ICashReceiptAppService _cashReceiptAppService,
     IWithdrawAppService _withdrawService,
     IExpenseAppService _ExpenseService,
     IDepositToBankAppService _DepositToBankService,
     IEmployeeAppService _EmployeeService,
     ISubsidiaryInfoAppService _subsidiaryService,
     IItemInfoAppService _ItemService,
     INewChartAppService _NewChartService,
     ILocationAppService _LocationService,
     IUnitAppService _UnitService,
     ITransactionLogAppService _transactionLogService,
     IBankOperationAppService _BankOperationService,
     IJarnalVoucherAppService _jarnalVoucherService,
     ISysSetAppService _sysSetService,
     IOpnBalAppService _OpnBalService,
     IPaymentAppService _paymentService,
     IHORemitAppService _HORemitService, IAcBRAppService _AcBrService,
     IBankReceiptAppService _BankReceiptAppService, IGsetAppService _gsetService)
 {
     this._CashOperationService  = _CashOperationService;
     this._cashReceiptAppService = _cashReceiptAppService;
     this._withdrawService       = _withdrawService;
     this._ExpenseService        = _ExpenseService;
     this._DepositToBankService  = _DepositToBankService;
     this._subsidiaryService     = _subsidiaryService;
     this._NewChartService       = _NewChartService;
     this._EmployeeService       = _EmployeeService;
     this._subsidiaryService     = _subsidiaryService;
     this._ItemService           = _ItemService;
     this._LocationService       = _LocationService;
     this._UnitService           = _UnitService;
     this._transactionLogService = _transactionLogService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
     this._OpnBalService         = _OpnBalService;
     this._paymentService        = _paymentService;
     this._HORemitService        = _HORemitService;
     this._BankReceiptAppService = _BankReceiptAppService;
     this._BankOperationService  = _BankOperationService;
     this._gsetService           = _gsetService;
     this._AcBrService           = _AcBrService;
 }
예제 #14
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;
 }
예제 #15
0
 public static bool SaveTransactionLog(ITransactionLogAppService _tranService, string tranForm, string tranType, string id, string userName)
 {
     try
     {
         TransactionLog tranLog = new TransactionLog();
         tranLog.TranForm     = tranForm;
         tranLog.TranType     = tranType;
         tranLog.TranDateTime = DateTime.Now.ToString();
         tranLog.TranNo       = id;
         tranLog.UserName     = userName;
         _tranService.Add(tranLog);
         _tranService.Save();
         return(true);
     }
     catch (Exception ex)
     {
         return(false);
     }
 }
예제 #16
0
 public HORemittanceController(IEmployeeAppService _employeeService, IHORemitAppService _hoRemitService,
                               IBankOperationAppService _bankOperationService, ITransactionLogAppService _transactionLogService,
                               IDepositToBankAppService _depositToBankService, IBankReceiptAppService _BankReceiptAppService,
                               IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
                               IOpnBalAppService _OpnBalService, IPaymentAppService _paymentService, IWithdrawAppService _withdrawService, IGsetAppService _gsetService)
 {
     this._bankOperationService  = _bankOperationService;
     this._employeeService       = _employeeService;
     this._hoRemitService        = _hoRemitService;
     this._transactionLogService = _transactionLogService;
     this._depositToBankService  = _depositToBankService;
     this._BankReceiptAppService = _BankReceiptAppService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
     this._OpnBalService         = _OpnBalService;
     this._paymentService        = _paymentService;
     this._withdrawService       = _withdrawService;
     this._gsetService           = _gsetService;
 }
예제 #17
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;
 }
예제 #18
0
 public BankReceiptController(IBankOperationAppService _BankOperationService, IBankReceiptAppService _BankReceiptAppService,
                              INewChartAppService _NewChartService, IEmployeeAppService _EmployeeService, IHORemitAppService _HORemitService,
                              IDepositToBankAppService _DepositToBankService, ITransactionLogAppService _transactionLogService,
                              IVchrMainAppService _VchrMainService, IVchrDetailAppService _VchrDetailService,
                              IBranchAppService _BranchService, IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
                              IOpnBalAppService _OpnBalService, IPaymentAppService _paymentService, IWithdrawAppService _withdrawService, IGsetAppService _gsetService)
 {
     this._BankOperationService  = _BankOperationService;
     this._BankReceiptAppService = _BankReceiptAppService;
     this._NewChartService       = _NewChartService;
     this._EmployeeService       = _EmployeeService;
     this._HORemitService        = _HORemitService;
     this._DepositToBankService  = _DepositToBankService;
     this._transactionLogService = _transactionLogService;
     this._VchrMainService       = _VchrMainService;
     this._VchrDetailService     = _VchrDetailService;
     this._BranchService         = _BranchService;
     this._OpnBalService         = _OpnBalService;
     this._paymentService        = _paymentService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
     this._withdrawService       = _withdrawService;
     this._gsetService           = _gsetService;
 }
 public MasterInformationController(
     IProjInfoAppService _projInfoService,
     IBranchAppService _brInfoService,
     IDepartmentAppService _departmentService,
     IDesignationAppService _designationService,
     IUnitInfoAppService _unitInfoService,
     IBankInfoAppService _bankInfoService,
     IMasterFormAppService _masterFormService,
     IDynaCapAppService _dynaCapService,
     ITransactionLogAppService _transactionLogService,
     ILocationAppService _LocationService
     )
 {
     this._projInfoService       = _projInfoService;
     this._brInfoService         = _brInfoService;
     this._departmentService     = _departmentService;
     this._designationService    = _designationService;
     this._unitInfoService       = _unitInfoService;
     this._bankInfoService       = _bankInfoService;
     this._masterFormService     = _masterFormService;
     this._dynaCapService        = _dynaCapService;
     this._transactionLogService = _transactionLogService;
     this._LocationService       = _LocationService;
 }
예제 #20
0
 public VM_VDS_PaymentController(ITransactionLogAppService _transactionLogService)
 {
     this._transactionLogService = _transactionLogService;
 }
예제 #21
0
 public VM_CrNoteController(ITransactionLogAppService _transactionLogService, ISysSetAppService _sysSetService)
 {
     this._transactionLogService = _transactionLogService;
     this._sysSetService         = _sysSetService;
 }
예제 #22
0
 public BackupDBController(ITransactionLogAppService _transactionLogService)
 {
     this._transactionLogService = _transactionLogService;
 }
 public VM_AdjustmentController(ITransactionLogAppService _transactionLogService)
 {
     this._transactionLogService = _transactionLogService;
 }
예제 #24
0
 public VM_TreasuryChallanController(
     ITransactionLogAppService _transactionLogService)
 {
     this._transactionLogService = _transactionLogService;
 }