mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: wip migrate to nestjs
This commit is contained in:
@@ -4,6 +4,13 @@ import { CreateBillPaymentService } from './commands/CreateBillPayment.service';
|
||||
import { EditBillPayment } from './commands/EditBillPayment.service';
|
||||
import { GetBillPayment } from './queries/GetBillPayment.service';
|
||||
import { DeleteBillPayment } from './commands/DeleteBillPayment.service';
|
||||
import { BillPaymentBillSync } from './commands/BillPaymentBillSync.service';
|
||||
import { GetPaymentBills } from './queries/GetPaymentBills.service';
|
||||
import { BillPaymentValidators } from './commands/BillPaymentValidators.service';
|
||||
import { CommandBillPaymentDTOTransformer } from './commands/CommandBillPaymentDTOTransformer.service';
|
||||
import { TenancyContext } from '../Tenancy/TenancyContext.service';
|
||||
import { BranchTransactionDTOTransformer } from '../Branches/integrations/BranchTransactionDTOTransform';
|
||||
import { BranchesSettingsService } from '../Branches/BranchesSettings';
|
||||
|
||||
@Module({
|
||||
providers: [
|
||||
@@ -12,6 +19,13 @@ import { DeleteBillPayment } from './commands/DeleteBillPayment.service';
|
||||
EditBillPayment,
|
||||
GetBillPayment,
|
||||
DeleteBillPayment,
|
||||
BillPaymentBillSync,
|
||||
GetPaymentBills,
|
||||
BillPaymentValidators,
|
||||
CommandBillPaymentDTOTransformer,
|
||||
BranchTransactionDTOTransformer,
|
||||
BranchesSettingsService,
|
||||
TenancyContext
|
||||
],
|
||||
controllers: [],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user