Kind: Controller
Source: Pams/API/Pams.API/Controllers/Sales/WordTemplateController.cs (line 10)
Part of: Pams
Where it refuses work
WordTemplateControllerstops the work withHttpResponseExceptionwhendataStream == null, in 3 places.WordTemplateControllerstops the work with an early return whenbranchId != CompanyBranchID, in 2 places.WordTemplateControllerstops the work with an early return whenmodel.CompanyBranchID != CompanyBranchID, in 2 places.WordTemplateControllerstops the work with an early return when!isSaved, in 2 places.
Relationships
- MODULE_DECLARES →
GetListByBranchId - MODULE_DECLARES →
GetEmailTemplateByBranchIdAndType - MODULE_DECLARES →
DownloadWordBasicTemplateByType - MODULE_DECLARES →
DownloadWordBranchTemplateByType - MODULE_DECLARES →
DownloadWordTemplateVariables - MODULE_DECLARES →
SaveEmailTemplate - MODULE_DECLARES →
SaveWordTemplate - MODULE_DECLARES →
UploadTemplate - IMPORTS →
BaseController - IMPORTS →
BranchEmailTemplateBindingModel - IMPORTS →
BranchWordTemplateBindingModel
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?