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