IAddress |
public interface IAddressService : IAddressQueryService, IBusinessService
The IAddressService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of Addresses matching the specified filter.
(Inherited from IAddressQueryService) | |
GetAll |
Gets all Addresses
(Inherited from IAddressQueryService) | |
GetSingle |
Gets a single Address matching the provided filter.
(Inherited from IAddressQueryService) |