namespace Brizco.Domain.Dtos.SmallDtos; public class ShiftRoutineSDto : BaseDto { public Guid RoutineId { get; set; } public Guid ShiftId { get; set; } }