Пример #1
0
 public FinanceServiceMock(
     IUnitOfWork unitOfWork = null,
     IDeliverableRepository deliverableRepository     = null,
     ITypeOfWorkRepository typeOfWorkRepository       = null,
     IPaymentTermRepository paymentTermRepository     = null,
     IInvoiceStatusRepository invoiceStatusRepository = null,
     IVendorRepository vendorRepository     = null,
     ICalendarRepository calendarRepository = null,
     IWBSFiscalYear_ChannelRepository wbsFiscalYearChannelRepository = null,
     IGLAccountRepository glAccountRepository = null,
     IProductionMethodTypeRepository productionMethodTypeRepository = null,
     IInvoiceHeaderRepository invoiceHeaderRepository = null,
     IInvoiceLineRepository invoiceLineRepository     = null,
     ILogService logService = null,
     IDeliverableBudgetRepository Deliverablebudgetrepository = null,
     IUserChannelRepository userChannelRepository             = null,
     IBudgetTypeRepository BudgetTypeRepository                   = null,
     IBudgetRepository budgetRepository                           = null,
     IApInvoiceBatchRepository apInvoiceBatchRepository           = null,
     IInternalRepository internalRepository                       = null,
     IChannelCostCenterRepository channelCostCenterRepository     = null,
     IChannelProfitCenterRepository channelProfitCenterRepository = null,
     IBudgetByChannelRepository _iBudgetByChannelRepository       = null,
     IActualsReconciliationDashboardRepository actualsReconciliationDashboardRepository = null,
     IActualsReconciliationRepository actualsReconciliationRepository   = null,
     IBudgetByCategoryRollupRepository budgetByCategoryRollupRepository = null,
     IWBS_DeliverablesRepository _iWBS_DeliverablesRepository           = null,
     IUserRepository iUserRepository = null,
     IWorkOrderTransactionRepositry iworkOrderTransactionRepositry = null, IWBSElementRepository iwbselementRepository = null) : base(
         unitOfWork,
         deliverableRepository,
         typeOfWorkRepository,
         paymentTermRepository,
         invoiceStatusRepository,
         vendorRepository,
         calendarRepository,
         wbsFiscalYearChannelRepository,
         glAccountRepository,
         productionMethodTypeRepository,
         invoiceHeaderRepository,
         invoiceLineRepository,
         logService,
         Deliverablebudgetrepository,
         userChannelRepository,
         BudgetTypeRepository,
         budgetRepository,
         apInvoiceBatchRepository,
         internalRepository,
         channelCostCenterRepository,
         channelProfitCenterRepository,
         _iBudgetByChannelRepository,
         actualsReconciliationDashboardRepository,
         actualsReconciliationRepository,
         budgetByCategoryRollupRepository,
         _iWBS_DeliverablesRepository,
         iUserRepository,
         iworkOrderTransactionRepositry, iwbselementRepository
         )
 {
 }
Пример #2
0
 public BudgetServiceMock(
     IUnitOfWork unitOfWork = null, IBudgetRepository budget = null, IChannelRepository channel = null
     , IUserChannelRepository userChannel = null,
     ILogService loggerService            = null, ITypeOfWorkRepository iTypeOfWork = null,
     IFamilyProductIssueTowDeliverableRepository iFamilyProductIssueTowDeliverableRepository = null,
     IBudgetByChannelRepository budgetByChannel   = null, IWBSElementRepository iBudgetTypeTOWRepository = null,
     IBudgetByCategoryRepository budgetByCategory = null
     , IBudgetByCategoryRollupRepository iBudgetByCategoryRollup             = null,
     ITypeOfWork_DeliverableCategory _ITypeOfWork_DeliverableCategory        = null,
     IWBSElementCalendarRepository _iForecastBudgetTypeCalendarTOWRepository = null,
     ICalendarRepository _iCalendarRepository = null,
     ITypeOfWorkCategoryRepository iTypeOfWorkCategoryRepository       = null,
     IWBSFiscalYear_ChannelRepository iWBSFiscalYear_ChannelRepository = null,
     IBudgetTypeRepository iBudgetTypeRepository = null,
     IDeliverableBudgetRepository _iDeliverableBudgetRepository = null,
     IDeliverableRepository _deliverableRepository = null
     ) : base(unitOfWork, budget, channel, userChannel,
              loggerService, iTypeOfWork, iFamilyProductIssueTowDeliverableRepository,
              budgetByChannel, iBudgetTypeTOWRepository, budgetByCategory
              , iBudgetByCategoryRollup, _ITypeOfWork_DeliverableCategory, _iForecastBudgetTypeCalendarTOWRepository,
              _iCalendarRepository,
              iTypeOfWorkCategoryRepository, iWBSFiscalYear_ChannelRepository, iBudgetTypeRepository, _iDeliverableBudgetRepository, _deliverableRepository)
 {
 }