using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class rep_position_salaryWithSelectionViewModel: rep_position_salaryViewModel { public List item_employee_id { get; set; } public List item_position_id { get; set; } public List item_org_id { get; set; } public List item_position_level_id { get; set; } //position level op2672 } }