![]() | |
ICountry |
public interface ICountryEntityService : ICountryQueryService, IBusinessService
The ICountryEntityService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a new Country |
![]() | Delete | Deletes the specified Country. |
![]() | Get |
Gets a list of Countries matching the specified filter.
(Inherited from ICountryQueryService) |
![]() | GetAll |
Gets all Countries
(Inherited from ICountryQueryService) |
![]() | GetSingle |
Gets a single Country matching the provided filter.
(Inherited from ICountryQueryService) |
![]() | Update | Updates the specified Country |