IHoliday | |
public interface IHolidayService : IHolidayQueryService, IBusinessService
The IHolidayService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |