protected void verificaListeMovimentoContabile() throws Exception {
new VerificatoreListeMovimentoContabile(prefissoCasoDaTestare, getDao().getListaMovimentoContabile()).verifica();
}
protected void verificaListeMovimentoIva() throws Exception {
new VerificatoreListeMovimentoIva(prefissoCasoDaTestare, getDao().getListaMovimentoIva()).verifica();
}