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