add carrera

This commit is contained in:
2025-09-26 17:43:19 -06:00
parent 531ca5bdef
commit 7370e25e89
10 changed files with 79 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/mapped-types';
import { CreateCarreraDto } from './create-carrera.dto';
export class UpdateCarreraDto extends PartialType(CreateCarreraDto) {}