# Nationality

**Kind:** Class

**Source:** `Frontend/src/app/models/common/nationality.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `NationalityCode` | `string` |
| `Name` | `string` |

## Used by

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

### Imported by (2)

- `NationalityService` — `Frontend/src/app/services/common/nationality.service.ts`:1
- `EmployeeService` — `Frontend/src/app/services/person/employee.service.ts`:1
