# AssigneeController

**Kind:** Controller

**Source:** `Pams/API/Pams.API/Controllers/Tasks/AssigneeController.cs` (line 12)

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

## Where it refuses work

- `AssigneeController` stops the work with an early return when `!success`, in 3 places.
- `AssigneeController` stops the work with an early return when `!ms.HasObject`, in 2 places.
- `AssigneeController` stops the work with an early return when `!ModelState.IsValid`, in 2 places.
- `AssigneeController` stops the work with an early return when `ms.HasObject`.

## When something fails

- `AssigneeController` handles failure in 6 places: it turns it into a return value in all 6.

## Relationships

- MODULE_DECLARES → `GetAll`
- MODULE_DECLARES → `GetByID`
- MODULE_DECLARES → `Insert`
- MODULE_DECLARES → `Update`
- MODULE_DECLARES → `Save`
- MODULE_DECLARES → `Delete`
- IMPORTS → `Assignee`
- IMPORTS → `BaseController`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `GetAll`
- IMPORTS → `GetByID`
- IMPORTS → `GetByID`
- IMPORTS → `GetByID`
- IMPORTS → `GetByID`
- IMPORTS → `Insert`
- IMPORTS → `Save`
- IMPORTS → `Save`
- IMPORTS → `Save`
- IMPORTS → `Update`
- IMPORTS → `Delete`
- IMPORTS → `Delete`
- IMPORTS → `Delete`

## 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
