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