Click or drag to resize
Infosoft Logo

IExternalAccountingEntityService Interface

A base repository service for manipulating ExternalAccounting 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 IExternalAccountingEntityService : IExternalAccountingQueryService, 
	IBusinessService

The IExternalAccountingEntityService type exposes the following members.

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