chore: add email service and password service

This commit is contained in:
mahyargdz
2025-01-20 09:13:27 +03:30
parent 7347a696d0
commit 9701c51445
18 changed files with 10575 additions and 24 deletions
@@ -0,0 +1 @@
export class UserRegisterDto {}
+5 -1
View File
@@ -1,4 +1,8 @@
import { Injectable } from "@nestjs/common";
// import { UserRepository } from "./users.repository";
@Injectable()
export class UsersService {}
export class UsersService {
// constructor(private userRepository: UserRepository) {}
}