Example #1
0
 public void ExcluirPermanentemente(Guid id)
 {
     dao.Deletar(id);
 }