Пример #1
0
 public bool DeleteAluno(int id)
 {
     return(alunoDAL.DeleteAluno(id));
 }