#nullable disable namespace WorkFlow.Application.Contracts.Shared; public class DailyWorkFlowEmployeesWithRollCallOnLeaveViewModel { public string DateFa { get; set; } public string DayOfWeek { get; set; } public List EmployeesList { get; set; } public DateTime Date { get; set; } public int EmployeesListCount { get; set; } }