/** * Construction Services Index * @module Construction */ export * from './proyecto.service'; export * from './fraccionamiento.service'; export * from './etapa.service'; export * from './manzana.service'; export * from './lote.service'; export * from './prototipo.service'; export * from './torre.service'; export * from './nivel.service'; export * from './departamento.service';