Kind: Controller
Source: Pams/API/Pams.API/Controllers/Tasks/StatusController.cs (line 10)
Part of: Pams
Where it refuses work
StatusControllerstops the work with an early return whenitem == null, in 3 places.StatusControllerstops the work with an early return whenitems == null.
Relationships
- MODULE_DECLARES →
GetByID - MODULE_DECLARES →
GetAll - MODULE_DECLARES →
GetAllOrdered - MODULE_DECLARES →
Delete - MODULE_DECLARES →
Save - IMPORTS →
Status - IMPORTS →
BaseController - IMPORTS →
CRMLinqDataContext - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
Priority - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (3)
AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126AppSettings—Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6
Was this page helpful?