Exemple #1
0
 /// <summary>
 /// Initializes a new instance of
 /// type InventoryMovementsService.
 /// </summary>
 /// <param name="journalPostingsService"></param>
 /// <param name="InventoryMovementsRepository"></param>
 /// <param name="languageService"></param>
 /// <param name="unitOfWork"></param>
 public InventoryMovementsService(
     IInventoryMovementTypeRepository inventoryMovementTypeRepository,
     IJournalPostingsService journalPostingsService,
     IInventoryMovementsRepository InventoryMovementsRepository,
     IInventoryMovementCostCenterRepository InventoryMovementCostCentersRepository,
     ILanguageService languageService,
     IProductsRepository ProductsRepository,
     IInventoryProductHistoryRepository inventoryProductHistoryRepository,
     IBrandsRepository brandsRepository,
     IClosedMonthsService closedMonthsService,
     IAccountChartsRepository accountChartsRepository,
     IJournalsRepository journalsRepository,
     ICurrentUserService currentUserService,
     IUnitOfWork unitOfWork)
 {
     this._inventoryMovementTypeRepository        = inventoryMovementTypeRepository;
     this._journalPostingsService                 = journalPostingsService;
     this._InventoryMovementsRepository           = InventoryMovementsRepository;
     this._InventoryMovementCostCentersRepository = InventoryMovementCostCentersRepository;
     this._languageService    = languageService;
     this._ProductsRepository = ProductsRepository;
     this._inventoryProductHistoryRepository = inventoryProductHistoryRepository;
     this._brandsRepository        = brandsRepository;
     this._closedMonthsService     = closedMonthsService;
     this._accountChartsRepository = accountChartsRepository;
     this._journalsRepository      = journalsRepository;
     this._currentUserService      = currentUserService;
     this._unitOfWork = unitOfWork;
 }
 /// <summary>
 /// Initializes a new instance of
 /// type PurchaseInvoicesService.
 /// </summary>
 /// <param name="PurchaseInvoicesRepository"></param>
 /// <param name="unitOfWork"></param>
 public PurchaseInvoicesService(
     ITransactionsRepository transactionsRepository,
     IJournalsRepository journalsRepository,
     IJournalPostingsService journalPostingsService,
     IPurchaseInvoiceCostCentersRepository purchaseInvoiceCostCentersRepository,
     IPurchaseInvoicesRepository PurchaseInvoicesRepository,
     IBrandsRepository BrandsRepository,
     ILanguageService languageService,
     ICurrentUserService currentUserService,
     IClosedMonthsService closedMonthsService,
     IAccountChartsRepository accountChartsRepository,
     IJournalsService journalsService,
     IUnitOfWork unitOfWork)
 {
     this._transactionsRepository = transactionsRepository;
     this._journalsRepository     = journalsRepository;
     this._journalPostingsService = journalPostingsService;
     this._purchaseInvoiceCostCentersRepository = purchaseInvoiceCostCentersRepository;
     this._PurchaseInvoicesRepository           = PurchaseInvoicesRepository;
     this._BrandsRepository        = BrandsRepository;
     this._languageService         = languageService;
     this._currentUserService      = currentUserService;
     this._closedMonthsService     = closedMonthsService;
     this._accountChartsRepository = accountChartsRepository;
     this._journalsService         = journalsService;
     this._unitOfWork = unitOfWork;
 }
 /// <summary>
 /// Initializes a new instance of
 /// type LiquidationsService.
 /// </summary>
 /// <param name="LiquidationsRepository"></param>
 /// <param name="unitOfWork"></param>
 public LiquidationService(
     ILiquidationRepository LiquidationsRepository,
     IJournalPostingsService journalPostingsService,
     IJournalsService journalsService,
     IAccountChartsRepository accountChartsRepository,
     ICurrentUserService currentUserService,
     ITestamentRepository testamentRepository,
     IAdvancesRepository advancesRepository,
     ILiquidationDetailRepository liquidationDetailRepository,
     IPaymentMovmentsService paymentMovmentsService,
     //ILanguageService languageService,
     IUnitOfWork unitOfWork)
 {
     this._LiquidationsRepository      = LiquidationsRepository;
     this._journalPostingsService      = journalPostingsService;
     this._journalsService             = journalsService;
     this._accountChartsRepository     = accountChartsRepository;
     this._currentUserService          = currentUserService;
     this._testamentRepository         = testamentRepository;
     this._advancesRepository          = advancesRepository;
     this._liquidationDetailRepository = liquidationDetailRepository;
     this._paymentMovmentsService      = paymentMovmentsService;
     //this._languageService = languageService;
     this._unitOfWork = unitOfWork;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of
 /// type BankMovementsService.
 /// </summary>
 /// <param name="BankMovementsRepository"></param>
 /// <param name="currentUserService"></param>
 /// <param name="languageService"></param>
 /// <param name="unitOfWork"></param>
 public BankMovementsService(
     ITransactionsRepository transactionsRepository,
     IJournalsRepository journalsRepository,
     IJournalPostingsService journalPostingsService,
     IBankMovementsRepository BankMovementsRepository,
     IClosedMonthsService closedMonthsService,
     ICurrentUserService currentUserService,
     IClosedChequeRepository closedChequeRepository,
     IDonationsService donationsService,
     IDonationsRepository donationsRepository,
     IAccountChartsRepository accountChartsRepository,
     IJournalsService journalsService,
     ILanguageService languageService,
     IBankMovementCostCentersRepository bankMovementCostCentersRepository,
     IUnitOfWork unitOfWork)
 {
     this._transactionsRepository  = transactionsRepository;
     this._journalsRepository      = journalsRepository;
     this._journalPostingsService  = journalPostingsService;
     this._BankMovementsRepository = BankMovementsRepository;
     this._closedMonthsService     = closedMonthsService;
     this._currentUserService      = currentUserService;
     this._closedChequeRepository  = closedChequeRepository;
     this._donationsService        = donationsService;
     this._donationsRepository     = donationsRepository;
     this._accountChartsRepository = accountChartsRepository;
     this._journalsService         = journalsService;
     this._languageService         = languageService;
     this._unitOfWork = unitOfWork;
     this._bankMovementCostCentersRepository = bankMovementCostCentersRepository;
 }
Exemple #5
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="journalPostingsService"></param>
 /// <param name="salesBillRepository"></param>
 /// <param name="languageService"></param>
 /// <param name="unitOfWork"></param>
 public SalesBillService(
     IJournalPostingsService journalPostingsService,
     ISalesBillRepository salesBillRepository,
     ILanguageService languageService,
     IUnitOfWork unitOfWork)
 {
     this._journalPostingsService = journalPostingsService;
     this._salesBillRepository    = salesBillRepository;
     this._languageService        = languageService;
     this._unitOfWork             = unitOfWork;
 }
 /// <summary>
 /// Initializes a new instance of
 /// type SalesRebatesService.
 /// </summary>
 /// <param name="journalPostingsService"></param>
 /// <param name="SalesRebatesRepository"></param>
 /// <param name="languageService"></param>
 /// <param name="unitOfWork"></param>
 public SalesRebatesService(
     IJournalPostingsService journalPostingsService,
     ISalesRebatesRepository SalesRebatesRepository,
     ILanguageService languageService,
     IUnitOfWork unitOfWork)
 {
     this._journalPostingsService = journalPostingsService;
     this._SalesRebatesRepository = SalesRebatesRepository;
     this._languageService        = languageService;
     this._unitOfWork             = unitOfWork;
 }
Exemple #7
0
 public TestamentService(
     ITestamentRepository testamentRepository,
     IAdvancesRepository advancesRepository,
     IJournalPostingsService journalPostingsService,
     IAccountChartsRepository accountChartsRepository,
     ICurrentUserService currentUserService,
     IJournalsService journalsService,
     ILanguageService languageService,
     IUnitOfWork unitOfWork
     )
 {
     this._testamentRepository     = testamentRepository;
     this._advancesRepository      = advancesRepository;
     this._journalPostingsService  = journalPostingsService;
     this._accountChartsRepository = accountChartsRepository;
     this._currentUserService      = currentUserService;
     this._journalsService         = journalsService;
     this._languageService         = languageService;
     this._unitOfWork = unitOfWork;
 }
Exemple #8
0
 /// <summary>
 /// Initializes a new instance of
 /// type InventoryOpeningBalancesService.
 /// </summary>
 /// <param name="InventoryOpeningBalancesRepository"></param>
 /// <param name="unitOfWork"></param>
 public InventoryOpeningBalanceService(
     IJournalPostingsService journalPostingsService,
     IInventoryOpeningBalanceCostCenterRepository InventoryOpeningBalanceCostCentersRepository,
     IInventoryOpeningBalanceRepository InventoryOpeningBalancesRepository,
     ILanguageService languageService,
     ICurrentUserService currentUserService,
     IClosedMonthsService closedMonthsService,
     IUnitOfWork unitOfWork,
     IProductsRepository ProductsRepository,
     IBrandsRepository brandsRepository)
 {
     this._journalPostingsService = journalPostingsService;
     this._InventoryOpeningBalanceCostCentersRepository = InventoryOpeningBalanceCostCentersRepository;
     this._InventoryOpeningBalancesRepository           = InventoryOpeningBalancesRepository;
     this._languageService     = languageService;
     this._currentUserService  = currentUserService;
     this._ProductsRepository  = ProductsRepository;
     this._closedMonthsService = closedMonthsService;
     this._brandsRepository    = brandsRepository;
     this._unitOfWork          = unitOfWork;
 }