dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLContactSupportModule cluster_CLContactSupportModule_providers cluster_CLContactSupportModule_exports CLContactSupportService CLContactSupportService CLContactSupportModule CLContactSupportModule CLContactSupportModule->CLContactSupportService CLContactSupportService CLContactSupportService CLContactSupportService->CLContactSupportModule

File

apps/recallassess/recallassess-api/src/api/client/contact-support/contact-support.module.ts

import { BNestPrismaModule } from "@bish-nest/core/services/database/prisma/prisma.module";
import { Module } from "@nestjs/common";
import { CLContactSupportController } from "./contact-support.controller";
import { CLContactSupportService } from "./contact-support.service";

@Module({
  imports: [BNestPrismaModule],
  controllers: [CLContactSupportController],
  providers: [CLContactSupportService],
  exports: [CLContactSupportService],
})
export class CLContactSupportModule {}

results matching ""

    No results matching ""