Beispiel #1
0
 public void ExcluirMovimentoEstoque(MovimentoEstoque mov)
 {
     _repository.ExcluirMovimentoEstoque(mov);
 }