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