using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class eva_create_evaluationWithSelectionViewModel: eva_create_evaluationViewModel { public List item_performance_plan_id { get; set; } public List item_employee_id { get; set; } public List item_evaluation_group_id { get; set; } public List item_supervisor1_id { get; set; } public List item_supervisor2_id { get; set; } public List item_supervisor3_id { get; set; } } }