IHoliday | |
public interface IHolidayEntityService : IHolidayQueryService, IBusinessService
The IHolidayEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Holiday | |
| Delete | Deletes the specified Holiday. | |
| Get |
Gets a list of Holidays matching the specified filter.
(Inherited from IHolidayQueryService) | |
| GetAll |
Gets all Holidays
(Inherited from IHolidayQueryService) | |
| GetSingle |
Gets a single Holiday matching the provided filter.
(Inherited from IHolidayQueryService) | |
| Update | Updates the specified Holiday |