BLL.Semestres.Eliminar C# (CSharp) Method

Eliminar() public method

public Eliminar ( ) : bool
return bool
        public bool Eliminar() {
            return conexion.EjecutarDB("Delete from Semestres where IdSemestre = " + IdSemestre);
        }