# CompanyBranchLookup

**Kind:** Class

**Source:** `Frontend/src/app/models/organization/company-branch.model.ts` (line 5)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `Name` | `string` |
| `_isSelected` | `boolean` |

## Relationships

- IMPORTS → `Address`
- IMPORTS → `ContactInfo`
- IMPORTS → `AppSettings`
- IMPORTS → `MarginCommissionEnum`

## Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (4)

- `WidgetBacklogComponent` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/widget-backlog/widget-backlog.component.ts`:1
- `AppMenuComponent` — `Frontend/src/app/components/shared/app-menu/app-menu.component.ts`:1
- `CompanyBranchService` — `Frontend/src/app/services/organization/company-branch.service.ts`:1
- `SubscriptionPackagesEnum` — `Frontend/src/app/settings/app/app.settings.ts`:13
