# CompanyBranchContactInfo

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `ID` | `number` |
| `CompanyBranchID` | `number` |
| `ContactInfoID` | `number` |
| `ViewOrder` | `number` |
| `contactInfo` | `ContactInfo` |

## Relationships

- IMPORTS → `ContactInfo`

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

- `CompanyBranchContactInfoService` — `Frontend/src/app/services/organization/company-branch-contact-info.service.ts`:1
