Kind: Controller
Source: Pams/API/Pams.API/Controllers/Organization/CompanyBranchSettingController.cs (line 24)
Part of: Pams
Where it refuses work
CompanyBranchSettingControllerstops the work with an early return whencompanyBranchSett == null, in 3 places.CompanyBranchSettingControllerstops the work with an early return whenCurrency == null.CompanyBranchSettingControllerstops the work with an early return when!ModelState.IsValid.CompanyBranchSettingControllerstops the work with an early return when!success.
When something fails
CompanyBranchSettingControllerhandles failure in 8 places: it turns it into a return value in all 8.
Relationships
- MODULE_DECLARES →
Update - IMPORTS →
CompanyBranchSetting - IMPORTS →
BaseController - IMPORTS →
Company - IMPORTS →
CompanyBranchSettingBindingModel - IMPORTS →
CompanyCurrencyBindingModel - IMPORTS →
CompanyCurrency - IMPORTS →
Update - IMPORTS →
Update - IMPORTS →
CompanyBranch - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (3)
AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126AppSettings—Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6
Was this page helpful?