added programa, area ubicacion and programa_equipo
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateProgramaDto } from './create-programa.dto';
|
||||
|
||||
export class UpdateProgramaDto extends PartialType(CreateProgramaDto) {}
|
||||
Reference in New Issue
Block a user