ICurrency |
public interface ICurrencyService : ICurrencyQueryService, IBusinessService
The ICurrencyService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of Currencies matching the specified filter.
(Inherited from ICurrencyQueryService) | |
GetAll |
Gets all Currencies
(Inherited from ICurrencyQueryService) | |
GetSingle |
Gets a single Currency matching the provided filter.
(Inherited from ICurrencyQueryService) |