示例#1
0
 public void ExcluirItensTabela(List <TabelaPrecoItens> itens, int idTabela)
 {
     _repository.ExcluirItensTabela(itens, idTabela);
 }