Skip to content

SalarySheetController

reference
1 min readUpdated

Kind: Controller

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

Part of: Pams

Where it refuses work

  • SalarySheetController stops the work with an early return when !isFound, in 2 places.
  • SalarySheetController stops the work with an early return when isSaved, in 2 places.
  • SalarySheetController stops the work with an early return when isSaved == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly.

Relationships

  • MODULE_DECLARES → GetSalarySheetByYear
  • MODULE_DECLARES → SaveCompanySalarySheets
  • MODULE_DECLARES → CreateTeamlessSalarySheets
  • MODULE_DECLARES → DeleteTeamlessAndSalarySheet
  • IMPORTS → EmployeeBonus
  • IMPORTS → BaseController
  • IMPORTS → SalarySheetHeaderBindingModel
  • IMPORTS → SalarySheetBindingModel

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