Skip to content

PmPaymentMilestoneController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/PM/PmPaymentMilestoneController.cs (line 13)

Part of: Pams

Where it refuses work

  • PmPaymentMilestoneController stops the work with an early return when isDeleted == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 3 places.
  • PmPaymentMilestoneController stops the work with an early return when models.Count == 0, in 2 places.
  • PmPaymentMilestoneController stops the work with an early return when models == null, in 2 places.

Relationships

  • MODULE_DECLARES → GetByOfferId
  • MODULE_DECLARES → GetByOrderId
  • MODULE_DECLARES → Create
  • MODULE_DECLARES → Update
  • MODULE_DECLARES → DeleteById
  • MODULE_DECLARES → DeleteByOfferId
  • MODULE_DECLARES → DeleteByOrderId
  • IMPORTS → BaseController
  • IMPORTS → SalesPaymentMilestoneBindingModel
  • IMPORTS → Create
  • IMPORTS → Update

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

calls by (1)

  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241

Was this page helpful?

Download as PDF