File

apps/recallassess/recallassess-api/src/api/admin/report/report.service.ts

Description

ReportService

Admin API — Report (Report). Business Logic Service for RecallAssess.

Extends

BNestReportService

import { BNestReportService } from "@bish-nest/core/admin/modules/report/report.service";
import { Injectable } from "@nestjs/common";

/**
 * RecallAssess Report Service
 *
 * Extends the shared BNestReportService.
 *
 * Add any RecallAssess-specific report logic here if needed.
 */

/**
 * ReportService
 *
 * Admin API — Report (Report). Business Logic Service for RecallAssess.
 */

@Injectable()
export class ReportService extends BNestReportService {
  // Add RecallAssess-specific report methods here if needed
}

results matching ""

    No results matching ""