12 lines
215 B
C#
12 lines
215 B
C#
namespace LaaProductionWebAuthentication
|
|
{
|
|
using System.Web.Optimization;
|
|
|
|
public class BundleConfig
|
|
{
|
|
public static void RegisterBundles(BundleCollection bundles)
|
|
{
|
|
}
|
|
}
|
|
}
|