mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
16 lines
511 B
TypeScript
16 lines
511 B
TypeScript
// 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;
|
|
// }
|
|
// }
|