using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class eva_adjust_postponementWithSelectionViewModel: eva_adjust_postponementViewModel { public List item_create_evaluation_id { get; set; } public List item_managed_by { get; set; } } }