using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class eva_salary_cylinderWithSelectionViewModel: eva_salary_cylinderViewModel { public List item_position_type { get; set; } public List item_position_level { get; set; } } }