示例#1
0
 public void EliminarExamen(long idExamen)
 {
     BBDDService.DeleteExamenById(idExamen);
 }