export interface PeriodoAsoc {
    FchDesde?: string;
    FchHasta?: string;
}
