carrera-programa input output dto

This commit is contained in:
xXpuma99Xx
2022-06-13 23:28:47 -05:00
parent cfecb31d5d
commit a1be0e5907
13 changed files with 51 additions and 19 deletions
@@ -0,0 +1,6 @@
import { IsInt } from 'class-validator';
export class DeleteCarreraProgramaDto {
@IsInt()
id_carrera_programa: number;
}