targo-backend/src/customer-support/fibre/fibre.service.ts

6 lines
94 B
TypeScript

import { Injectable } from "@nestjs/common";
@Injectable()
export class FibreService {
}