ICurrency | |
public interface ICurrencyEntityService : ICurrencyQueryService, IBusinessService
The ICurrencyEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Currency | |
| Delete | Deletes the specified Currency. | |
| 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) | |
| Update | Updates the specified Currency |