# LastAssigneeHistory

**Kind:** Class

**Source:** `Frontend/src/app/models/tasks/task.model.ts` (line 41)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `AssignedByID` | `number` |
| `AssignedByName` | `string` |
| `AssignedDate` | `string` |
| `AssigneeID` | `number` |
| `CompanyBranchID` | `number` |
| `PersonID` | `number` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `NewTasksComponent` — `Frontend/src/app/components/dashboard/my-desk/tasks/new-tasks/new-tasks.component.ts`:1
