Exemplo n.º 1
0
        public async Task DeleteCommandAsync([Summary("The name of the command to delete")] string cmdName)
        {
            string result = await CommandUtilities.DeleteCommandAsync(cmdName, _commandService);

            await ReplyAsync(result);
        }