Click or drag to resize
Infosoft Logo

IMembershipTypeEntityService Interface

A base repository service for manipulating MembershipType entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IMembershipTypeEntityService : IMembershipTypeQueryService, 
	IBusinessService

The IMembershipTypeEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new MembershipType
Public methodDelete Deletes the specified MembershipType.
Public methodGet Gets a list of MembershipTypes matching the specified filter.
(Inherited from IMembershipTypeQueryService)
Public methodGetAll Gets all MembershipTypes
(Inherited from IMembershipTypeQueryService)
Public methodGetSingle Gets a single MembershipType matching the provided filter.
(Inherited from IMembershipTypeQueryService)
Public methodUpdate Updates the specified MembershipType
Top
See Also