namespace ShwasherSys.CompanyInfo.Performance.Dto { public class PerformanceTotalQueryDto { public int EmployeeId { get; set; } public int WorkType { get; set; } public int Year { get; set; } public int? Month { get; set; } } }