Skip to content

Instantly share code, notes, and snippets.

@GiselaMD
Created April 20, 2018 14:59
Show Gist options
  • Save GiselaMD/b40d3efd3c2f6a22710aecee13a105ed to your computer and use it in GitHub Desktop.
Save GiselaMD/b40d3efd3c2f6a22710aecee13a105ed to your computer and use it in GitHub Desktop.
Imports
import { VALOR_HORA_CARD_TOTAL } from './../../classes/valor-hora_soma';
import { VALOR_HORA_CARD_LIST } from '../../classes/valor-hora';
import { HONORARIOS_EXEC_CARD_TOTAL } from './../../classes/honorariosExec_soma';
import { HONORARIOS_EXEC_CARD_LIST } from './../../classes/honorariosExec';
import { HONORARIOS_PROJ_CARD_LIST } from './../../classes/honorariosProj';
import { HONORARIOS_PROJ_CARD_TOTAL } from '../../classes/honorariosProj_soma';
import { VALOR_HORA_HNR_TOTAL } from "../../classes/valor-hora_honorarios";
import { HCard } from './../../models/hcard.interface';
import { VHCard } from '../../models/vhcard.interface';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment