IHousehold | |
public interface IHouseholdService : IHouseholdQueryService, IBusinessService
The IHouseholdService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Households matching the specified filter.
(Inherited from IHouseholdQueryService) | |
| GetAll |
Gets all Households
(Inherited from IHouseholdQueryService) | |
| GetSingle |
Gets a single Household matching the provided filter.
(Inherited from IHouseholdQueryService) |