Skip to content

CostSheetController

reference
1 min readUpdated

Kind: Controller

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

Part of: 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)

  • GenerateBouncesServiceFrontend/src/app/services/configurations/generate-bounces.service.ts:1
  • GenerateBouncesServicePams/Web/Pams.Web/Client/app/services/configurations/generate-bounces.service.ts:1

Was this page helpful?

Download as PDF