12 lines
245 B
C#
12 lines
245 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Umbraco.Core.Models;
|
|
|
|
namespace Umbraco.Web.Mvc
|
|
{
|
|
public abstract class UmbracoViewPage : UmbracoViewPage<IPublishedContent>
|
|
{ }
|
|
}
|