IAddress | |
public interface IAddressTypeService : IAddressTypeQueryService, IBusinessService
The IAddressTypeService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |