# CostSheetController

**Kind:** Controller

**Source:** `Pams/API/Pams.API/Controllers/EmployeeBonus/CostSheetController.cs` (line 10)

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

## Where it refuses work

- `CostSheetController` stops the work with an early return when `!isFound`.
- `CostSheetController` stops the work with an early return when `isSaved`.

## Relationships

- MODULE_DECLARES → `GetCostSheetByYear`
- MODULE_DECLARES → `SaveCompanyCostSheets`
- IMPORTS → `EmployeeBonus`
- IMPORTS → `BaseController`
- IMPORTS → `CostSheetBindingModel`

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

### calls by (2)

- `GenerateBouncesService` — `Frontend/src/app/services/configurations/generate-bounces.service.ts`:1
- `GenerateBouncesService` — `Pams/Web/Pams.Web/Client/app/services/configurations/generate-bounces.service.ts`:1
