carrera-programa input output dto
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { IsInt } from 'class-validator';
|
||||
|
||||
export class DeleteCarreraProgramaDto {
|
||||
@IsInt()
|
||||
id_carrera_programa: number;
|
||||
}
|
||||
Reference in New Issue
Block a user