# StatusController

**Kind:** Controller

**Source:** `Pams/API/Pams.API/Controllers/Tasks/StatusController.cs` (line 10)

**Part of:** [Pams](subsystem-pams)

## Where it refuses work

- `StatusController` stops the work with an early return when `item == null`, in 3 places.
- `StatusController` stops the work with an early return when `items == 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`:241
- `AppSettings` — `Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts`:126
- `AppSettings` — `Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts`:6
