export interface PaisTipo {
    Id?: number;
    Desc?: string;
}
