hospital-log/backend/api/src/user/profile/profile.service.ts

5 lines
91 B
TypeScript
Raw Normal View History

2025-10-21 10:42:59 +00:00
import { Injectable } from '@nestjs/common';
@Injectable()
export class ProfileService {}