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

5 lines
92 B
TypeScript
Raw Normal View History

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