Click or drag to resize
Infosoft Logo

ICurrencyService Interface

Defines operations related to currencies.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICurrencyService : IBusinessService

The ICurrencyService type exposes the following members.

Methods
 NameDescription
Public methodGetAllCurrencies Gets all the currencies in the database.
Public methodGetCurrencyByCode Gets the currency with the given code.
Top
See Also