BExIS.Web.Shell.Areas.RPM.Controllers.StructuresController.Delete C# (CSharp) Method

Delete() public method

public Delete ( int id ) : void
id int
return void
        public void Delete(int id)
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }
StructuresController