BExIS.Web.Shell.Areas.RPM.Controllers.StructuresController.Delete C# (CSharp) Метод

Delete() публичный Метод

public Delete ( int id ) : void
id int
Результат void
        public void Delete(int id)
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }
StructuresController