Kind: Controller
Source: Pams/API/Pams.API/Controllers/Wrehouse/DeliveryNoteController.cs (line 9)
Part of: Pams
Where it refuses work
DeliveryNoteControllerstops the work with an early return whenisSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.DeliveryNoteControllerstops the work with an early return when!logic.IsFound(model.Id, CompanyID), in 2 places.DeliveryNoteControllerstops the work with an early return when!logic.IsFound(id, CompanyID).DeliveryNoteControllerstops the work with an early return whenmodel == null.DeliveryNoteControllerstops the work with an early return when!isFound.DeliveryNoteControllerstops the work with an early return whenisDeleted == Business.Entity.EnumNewSales.EnumReturnMessage.DeletedSuccessfuly.
Relationships
- MODULE_DECLARES →
GetById - MODULE_DECLARES →
GetReleasedShippingOrders - MODULE_DECLARES →
GetReleasedShippingOrders - MODULE_DECLARES →
GetDeliveredProducts - MODULE_DECLARES →
GetDeliveredProductsFunnel - MODULE_DECLARES →
AddRequest - MODULE_DECLARES →
UpdateRequest - MODULE_DECLARES →
DeleteRequest - IMPORTS →
BaseController - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
AddRequest - IMPORTS →
AddRequest - IMPORTS →
DeliveryNoteBindingModel - IMPORTS →
UpdateRequest - IMPORTS →
UpdateRequest - IMPORTS →
DeleteRequest - IMPORTS →
DeleteRequest - 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?