Kind: Controller
Source: Pams/API/Pams.API/Controllers/Sales/ProjectResponsibleController.cs (line 21)
Part of: Pams
Where it refuses work
ProjectResponsiblesControllerstops the work with an early return when!ModelState.IsValid.ProjectResponsiblesControllerstops the work with an early return when!PRLogic.SaveBulk(EntityList).
When something fails
ProjectResponsiblesControllerhandles failure in 5 places: it turns it into a return value in 4, and discards it silently in 1. A failure discarded silently leaves no trace for whoever debugs this later.
Relationships
- MODULE_DECLARES →
GetByProjectID - MODULE_DECLARES →
SaveProjectResponsibles - IMPORTS →
BaseController - IMPORTS →
Project - IMPORTS →
Proc_PrjectResponsibleBindingModel - IMPORTS →
ProjectResponsible - IMPORTS →
ProjectResponsibleBindingModel - IMPORTS →
ProjectResposible
Was this page helpful?