BLL.Secciones.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : bool
return bool
        public bool Delete()
        {
            DAL.ConexionDb con = new DAL.ConexionDb();
            return con.EjecutarDB("delete from Secciones where= " + IdSeccion); ;
        }