IAdministration |
public interface IAdministrationFeeEntityService : IAdministrationFeeQueryService, IBusinessService
The IAdministrationFeeEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new AdministrationFee | |
Delete | Deletes the specified AdministrationFee. | |
Get |
Gets a list of AdministrationFees matching the specified filter.
(Inherited from IAdministrationFeeQueryService) | |
GetAll |
Gets all AdministrationFees
(Inherited from IAdministrationFeeQueryService) | |
GetSingle |
Gets a single AdministrationFee matching the provided filter.
(Inherited from IAdministrationFeeQueryService) | |
Update | Updates the specified AdministrationFee |