namespace Brizco.Core.QuartzServices.Commands; public record SetShiftPlanNotificationScheduleCommand(Guid ShiftPlanId) : IRequest; public record CreateShiftPlanNotificationsCommand(Guid ShiftPlanId , bool InStart) : IRequest;