mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactor(nestjs): exportable modules
This commit is contained in:
@@ -13,6 +13,7 @@ import { CustomersController } from './Customers.controller';
|
||||
import { CustomersApplication } from './CustomersApplication.service';
|
||||
import { DeleteCustomer } from './commands/DeleteCustomer.service';
|
||||
import { CustomersExportable } from './CustomersExportable';
|
||||
import { CustomersImportable } from './CustomersImportable';
|
||||
|
||||
@Module({
|
||||
imports: [TenancyDatabaseModule],
|
||||
@@ -31,7 +32,8 @@ import { CustomersExportable } from './CustomersExportable';
|
||||
TenancyContext,
|
||||
TransformerInjectable,
|
||||
GetCustomerService,
|
||||
CustomersExportable
|
||||
CustomersExportable,
|
||||
CustomersImportable
|
||||
],
|
||||
})
|
||||
export class CustomersModule {}
|
||||
|
||||
Reference in New Issue
Block a user