using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class rep_eva01WithSelectionViewModel: rep_eva01ViewModel { public List item_org_id { get; set; } public List item_round_id { get; set; } } }