Click or drag to resize

AddHolidayListInPayload Property

A List of AddHolidayListModel models

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<AddHolidayListModel> Payload { get; set; }

Property Value

ListAddHolidayListModel
Example
For example code see AddHolidayList(AddHolidayListIn)
See Also