Click or drag to resize
Infosoft Logo

IOpeningHoursEntityService Interface

A base repository service for manipulating OpeningHours 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 IOpeningHoursEntityService : IOpeningHoursQueryService, 
	IBusinessService

The IOpeningHoursEntityService type exposes the following members.

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