Kind: Controller
Source: Pams/API/Pams.API/Controllers/Tasks/Activities/VisitPurposeController.cs (line 11)
Part of: Pams
Where it refuses work
VisitPurposeControllerstops the work with an early return whenitem == null, in 2 places.VisitPurposeControllerstops the work with an early return when!ModelState.IsValid.VisitPurposeControllerstops the work with an early return whendomain.IsExist(model.VisitPurposeId, CompanyID, model.Description).VisitPurposeControllerstops the work with an early return whensuccess.
Relationships
- MODULE_DECLARES →
GetByID - MODULE_DECLARES →
GetLookup - MODULE_DECLARES →
GetAll - MODULE_DECLARES →
Save - MODULE_DECLARES →
Delete - IMPORTS →
Activities - IMPORTS →
VisitPurposeBindingModel - IMPORTS →
DeleteDto
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)
AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126
Was this page helpful?