namespace BMA.EHR.Leave.Service.DTOs.Calendar { public class UpdateCalendarDto { public string Work { get; set; } = string.Empty; } }