export interface ActividadesTipo {
    Id?: number;
    Orden?: number;
    Desc?: string;
}
