Exemple #1
0
 public void Remover(long id)
 {
     DAL.DaoBeneficiario ben = new DAL.DaoBeneficiario();
     ben.Remover(id);
 }