namespace BankingBot.ScriptManagement { public static class ScriptBundles { public static string[] Global => new[] { "ScriptManagement/Scripts/jquery-3.1.1.min.js", "ScriptManagement/Scripts/global.js" }; } }