namespace LMS.Common.Dictionary; public class AllOptions { public static readonly Dictionary> AllOptionsRequestQuery = new() { { "all", [] }, { "tts", ["EdgeTTsRoles"] }, { "software", ["LaitoolHomePage", "LaitoolNotice", "LaitoolUpdateContent","LaitoolVersion"]}, { "trial" , ["LaiToolTrialDays"] } }; }