Click or drag to resize
Infosoft Logo

IHouseholdService Interface

Service for manipulating Household entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IHouseholdService : IHouseholdQueryService, 
	IBusinessService

The IHouseholdService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of Households matching the specified filter.
(Inherited from IHouseholdQueryService)
Public methodGetAll Gets all Households
(Inherited from IHouseholdQueryService)
Public methodGetSingle Gets a single Household matching the provided filter.
(Inherited from IHouseholdQueryService)
Top
See Also