using LiteCqrs; using TeleWave.Application.Common.Interfaces; using TeleWave.Application.Common.Models; namespace TeleWave.Application.Admin.Roles.CreateRole; public sealed record CreateRoleCommand(string Name) : ICommand>;