using MediatR; namespace Application.Features.Director.DeleteRole { public sealed record DeleteRoleCommand(string? RoleID) : IRequest; }