modulo multa final

This commit is contained in:
2022-06-28 21:37:53 -05:00
parent fa5afd9531
commit a78f1b6fc1
14 changed files with 192 additions and 138 deletions
+6
View File
@@ -0,0 +1,6 @@
import { IsNumberString } from 'class-validator';
export class IdUsuarioDto {
@IsNumberString()
id_usuario: string;
}