Example #1
0
 public DadoAutorizacaoDeOBViewModel()
 {
     Items = new List <DadoAutorizacaoDeOBItemViewModel>();
     ItemsConfirmacaoPagamento = new List <DadoAutorizacaoDeOBItemViewModel>();
     filtroListaPd             = new FiltroListaPd();
     filtroListaOB             = new FiltroListaOB();
 }
Example #2
0
 public DadoProgramacaoDesembolsoExecucaoViewModel()
 {
     Items = new List <DadoProgramacaoDesembolsoExecucaoItemViewModel>();
     ItemsConfirmacaoPagamento = new List <DadoProgramacaoDesembolsoExecucaoItemViewModel>();
     filtroAdicionarPd         = new FiltroAdicionaPD();
     filtroListaPd             = new FiltroListaPd();
     confirmacaoPagamento      = new ConfirmacaoPagamento();
 }