Subir carpetas con las nuevas tablas
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class CreateEventoDto {
|
||||
tipo_evento: string;
|
||||
|
||||
nombre_evento: string;
|
||||
|
||||
fecha_inicio: Date;
|
||||
|
||||
fecha_fin: Date;
|
||||
|
||||
//agregar el id del administrador
|
||||
}
|
||||
Reference in New Issue
Block a user