Skip to content

Instantly share code, notes, and snippets.

@seangwright
Created April 24, 2016 02:50
Show Gist options
  • Save seangwright/e57d0449dbaece549900a4a728edcfc6 to your computer and use it in GitHub Desktop.
Save seangwright/e57d0449dbaece549900a4a728edcfc6 to your computer and use it in GitHub Desktop.
WebApiModuleMetadata.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using CMS.Core;
namespace WiredViews.AQU04.Web.Api.Kentico
{
/// <summary>
/// Represents the Web Api web application module meta data.
/// </summary>
public class WebApiModuleMetadata : ModuleMetadata
{
/// <summary>
/// Default constructor
/// </summary>
public WebApiModuleMetadata() : base("WiredViews.WIR03.Web.Api") { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment