mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactor
This commit is contained in:
@@ -12,9 +12,11 @@ import { VendorValidators } from './commands/VendorValidators';
|
||||
import { VendorsApplication } from './VendorsApplication.service';
|
||||
import { TenancyContext } from '../Tenancy/TenancyContext.service';
|
||||
import { VendorsController } from './Vendors.controller';
|
||||
import { GetVendorsService } from './queries/GetVendors.service';
|
||||
import { DynamicListModule } from '../DynamicListing/DynamicList.module';
|
||||
|
||||
@Module({
|
||||
imports: [TenancyDatabaseModule],
|
||||
imports: [TenancyDatabaseModule, DynamicListModule],
|
||||
controllers: [VendorsController],
|
||||
providers: [
|
||||
ActivateVendorService,
|
||||
@@ -23,6 +25,7 @@ import { VendorsController } from './Vendors.controller';
|
||||
EditVendorService,
|
||||
EditOpeningBalanceVendorService,
|
||||
GetVendorService,
|
||||
GetVendorsService,
|
||||
VendorValidators,
|
||||
DeleteVendorService,
|
||||
VendorsApplication,
|
||||
|
||||
Reference in New Issue
Block a user