mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(nestjs): migrate to NestJS
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// import { Inject, Service } from 'typedi';
|
||||
// import { GetOrganizationBrandingAttributes } from './queries/GetOrganizationBrandingAttributes.service';
|
||||
|
||||
// @Service()
|
||||
// export class GetPdfTemplateBrandingState {
|
||||
// @Inject()
|
||||
// private getOrgBrandingAttributes: GetOrganizationBrandingAttributes;
|
||||
|
||||
// getBrandingState(tenantId: number) {
|
||||
// const brandingAttributes =
|
||||
// this.getOrgBrandingAttributes.getOrganizationBrandingAttributes(tenantId);
|
||||
|
||||
// return brandingAttributes;
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user