export interface Actividad {
    Id?: number;
}
