Api/Brizco.Core/QuartzServices/Commands/NotificationScheduleCommand...

4 lines
241 B
C#
Raw Permalink Normal View History

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