Click or drag to resize
Infosoft Logo

ICurrencyServiceGetAllCurrencies Method

Gets all the currencies in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetCurrenciesResponse GetAllCurrencies(
	GetCurrenciesRequest request
)

Parameters

request  GetCurrenciesRequest
An empty request object.

Return Value

GetCurrenciesResponse
A response object that contains a list of currencies.
See Also