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