using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TodoAPI2.Models { public class rpt_payroll_summaryWithSelectionViewModel: rpt_payroll_summaryViewModel { public List item_rpt_year { get; set; } public List item_rpt_month { get; set; } public List item_department_id { get; set; } } }