Subir carpetas con las nuevas tablas

This commit is contained in:
santiago
2025-04-01 15:07:11 -06:00
parent 1520825ad3
commit fbd753d27e
45 changed files with 1452 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
export class CreateEventoDto {
tipo_evento: string;
nombre_evento: string;
fecha_inicio: Date;
fecha_fin: Date;
//agregar el id del administrador
}