using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class rep_familyWithSelectionViewModel: rep_familyViewModel { public List item_employee_id { get; set; } public List item_position_id { get; set; } public List item_org_id { get; set; } public List item_relation_id { get; set; } } }