namespace BackOffice.BFF.Application.RoleCQ.Commands.CreateNewRole; public record CreateNewRoleCommand : IRequest { //نام لاتین public string Name { get; init; } //عنوان public string Title { get; init; } }