Skip to content

EmployeeBonusController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/BookingTarget/EmployeeBonusController.cs (line 11)

Part of: Pams

Where it refuses work

  • EmployeeBonusController stops the work with an early return when !isFound.
  • EmployeeBonusController stops the work with an early return when isSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly.

Relationships

  • MODULE_DECLARES → GetEmployeeBonusCalculationSheetByYear
  • MODULE_DECLARES → GetTeamsBonusByYear
  • MODULE_DECLARES → GetEmployeesBonusForCurrentYear
  • MODULE_DECLARES → SaveEmployeeBonusCalculationSheet
  • IMPORTS → BaseController
  • IMPORTS → Person
  • IMPORTS → BonusCalculationSheetBindingModel

Used by

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

calls by (6)

  • BookingTargetServiceFrontend/src/app/services/common/booking-target.service.ts:1
  • GenerateBouncesServiceFrontend/src/app/services/configurations/generate-bounces.service.ts:1
  • MRMCashFlowForecastedFrontend/src/app/services/dashboard/dashboard-library.service.ts:1
  • BookingTargetServicePams/Web/Pams.Web/Client/app/services/common/booking-target.service.ts:1
  • GenerateBouncesServicePams/Web/Pams.Web/Client/app/services/configurations/generate-bounces.service.ts:1
  • CachingWidgetDataPams/Web/Pams.Web/Client/app/services/dashboard/dashboard-library.service.ts:1

Was this page helpful?

Download as PDF