namespace Query.ClientReports.Models { public class NotSignedContractEmployeesQueryModel { public long EmployeeId { get; set; } public string EmployeeFullName { get; set; } public int YearFa { get; set; } public int MonthFa { get; set; } } }