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