using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class rep_samanaWithSelectionViewModel: rep_samanaViewModel { public List item_employee_id { get; set; } public List item_org_id { get; set; } } }