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