11 lines
314 B
TypeScript
11 lines
314 B
TypeScript
/**
|
|
* 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';
|
|
//# sourceMappingURL=index.d.ts.map
|