Kind: Controller
Source: Pams/API/Pams.API/Controllers/PM/MRQJobInquiryController.cs (line 12)
Part of: Pams
Where it refuses work
MRQJobInquiryControllerstops the work withHttpResponseExceptionwhen!isFound || userId != CurrentPersonUserID.MRQJobInquiryControllerstops the work withHttpResponseExceptionwhenjob == null.MRQJobInquiryControllerstops the work withHttpResponseExceptionwhen!new Business.Component.PM.MRQJobLogic().IsUserAllowedToPrint(branchId, userId).MRQJobInquiryControllerstops the work with an early return when!isFound, in 10 places.MRQJobInquiryControllerstops the work with an early return whenisCanceled != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 4 places.MRQJobInquiryControllerstops the work with an early return whenisEntitySaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly.
Relationships
- MODULE_DECLARES →
GetInquiryWithProductsById - MODULE_DECLARES →
GetInquiriesWithProductsByJobId - MODULE_DECLARES →
CreateInquiry - MODULE_DECLARES →
UpdateInquiry - MODULE_DECLARES →
ChangeInquiryStage - MODULE_DECLARES →
DeleteInquiry - MODULE_DECLARES →
CancelInquiry - MODULE_DECLARES →
RegretInquiry - MODULE_DECLARES →
UndoCancelInquiry - MODULE_DECLARES →
UndoRegretInquiry - MODULE_DECLARES →
CreateInquiryPrintTemplate - MODULE_DECLARES →
PrintWordPurchaseRFQ - IMPORTS →
BaseController - IMPORTS →
MRQJobInquiryBindingModel - IMPORTS →
Delete - IMPORTS →
DeleteDto - IMPORTS →
CancelDetailBindingModel - IMPORTS →
RegretDetailBindingModel
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?