hospital-log/backend/api/src/user/profile/profile.service.ts
2025-10-21 17:42:59 +07:00

5 lines
91 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class ProfileService {}