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

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

public Get ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<string> Get()
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }

Same methods

StructuresController::Get ( long id ) : Structure
StructuresController