targo-backend/src/customer-support/phones/phone.service.ts

6 lines
90 B
TypeScript

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