Kind: Controller
Source: Pams/API/Pams.API/Controllers/Common/CurrencyController.cs (line 20)
Part of: Pams
Where it refuses work
CurrencyControllerstops the work with an early return whenstring.IsNullOrEmpty(fromCurrency) || string.IsNullOrEmpty(toCurrency).CurrencyControllerstops the work with an early return whenfromCurrency == 0 || toCurrency == 0.
When something fails
CurrencyControllerhandles failure in 3 places: it turns it into a return value in all 3.
Relationships
- MODULE_DECLARES →
GetPricePercentage - IMPORTS →
Currency - IMPORTS →
BaseController - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
Person - IMPORTS →
CompanyCurrency
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
InquiryController—Pams/API/Pams.API/Controllers/Sales/InquiryController.cs:48
calls by (5)
BillOfMaterialsService—Frontend/src/app/components/bill-of-materials/bill-of-materials.service.ts:1CurrencyService—Pams/Web/Pams.WebApp/Client/app/services/common/currency.service.ts:1AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126AppSettings—Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6
Was this page helpful?