feat: added create user function in the user service

This commit is contained in:
2026-07-19 03:39:26 +03:30
parent 95e3a91eea
commit 0b94a809f9
7 changed files with 271 additions and 27 deletions
+3
View File
@@ -0,0 +1,3 @@
export enum UserMessages {
USER_ALREADY_EXISTS = 'کاربر مورد نظر در حال حاضر وجود دارد. لطفا وارد حساب شوید!'
}