Command.cs 155 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Director.Role.Create;
  3. public sealed record Command(string? RoleName) : ICommand;