carrera programa documentación

This commit is contained in:
xXpuma99Xx
2022-05-30 21:28:05 -05:00
parent 22874b2e19
commit 6d3a5270ea
7 changed files with 92 additions and 52 deletions
@@ -0,0 +1,6 @@
import { IsInt } from 'class-validator';
export class CarreraProgramaDeleteDto {
@IsInt()
id_carrera_programa: number;
}