MCPcopy Create free account
hub / github.com/SOS-RS/backend / constructor

Method constructor

src/users/users.service.ts:9–9  ·  view source on GitHub ↗
(private readonly prismaService: PrismaService)

Source from the content-addressed store, hash-verified

7@Injectable()
8export class UsersService {
9 constructor(private readonly prismaService: PrismaService) {}
10
11 async store(body: any) {
12 const { name, lastName, phone } = CreateUserSchema.parse(body);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected