using System.Collections.Generic; namespace HL_FristAidPlatform_DTO { public class Getserviceorglist { public Header header { get; set; } public PageOutputContext pageOutputContext { get; set; } public List orgList { get; set; } } }