#nullable disable namespace WorkFlow.Application.Contracts.Shared; public class NotSlicedRollCallWorkFlowViewModel { public DateTime RollCallDate { get; set; } public long EmployeeId { get; set; } public string EmployeeName { get; set; } public long RollCallId { get; set; } }