public void Excluir(int id)
 {
     repositorio.Excluir(id);
 }
示例#2
0
 public void Excluir(int id)
 {
     dao.Excluir(id);
 }