Example #1
0
 public void Deletar(IEnumerable <FiltroDominio> filtros)
 {
     _operacoesRepositorio.Deletar(filtros);
 }