added alumno_inscrito and others Ep

This commit is contained in:
2025-09-24 11:04:08 -04:00
parent c39faa513b
commit 86ccf98479
16 changed files with 230 additions and 23 deletions
+9
View File
@@ -7,3 +7,12 @@ export class CreateUserDto {
@IsString()
password: string;
}
export class changePasswordDto {
@IsString()
password: string;
@IsString()
newPassword: string;
}