Skip to content

CustomerSurveyController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/Management/CustomerSurveyController.cs (line 9)

Part of: Pams

Where it refuses work

  • CustomerSurveyController stops the work with an early return when !logic.IsSalesJobFound(id, CompanyID).
  • CustomerSurveyController stops the work with an early return when isSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly.

Relationships

  • MODULE_DECLARES → GetBySalesJobId
  • MODULE_DECLARES → Save
  • IMPORTS → BaseController
  • IMPORTS → Save
  • IMPORTS → CustomerSurveyBindingModel

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

calls by (1)

  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241

Was this page helpful?

Download as PDF