dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLTestimonialModule cluster_CLTestimonialModule_providers cluster_CLTestimonialModule_exports CLTestimonialService CLTestimonialService CLTestimonialModule CLTestimonialModule CLTestimonialModule->CLTestimonialService CLTestimonialService CLTestimonialService CLTestimonialService->CLTestimonialModule

File

apps/recallassess/recallassess-api/src/api/client/testimonial/testimonial.module.ts

import { BNestPrismaModule } from "@bish-nest/core/services/database/prisma/prisma.module";
import { Module } from "@nestjs/common";
import { CLTestimonialController } from "./testimonial.controller";
import { CLTestimonialService } from "./testimonial.service";

@Module({
  imports: [BNestPrismaModule],
  controllers: [CLTestimonialController],
  providers: [CLTestimonialService],
  exports: [CLTestimonialService],
})
export class CLTestimonialModule {}

results matching ""

    No results matching ""