664cde59eb
Avoid overriding the Context.User in the http pipeline.
13 lines
273 B
C#
13 lines
273 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.Mvc;
|
|
|
|
namespace Disco.Web
|
|
{
|
|
[AuthorizeDiscoUsersAttribute(Disco.Models.Repository.User.Types.Admin)]
|
|
public class dbAdminController : dbController
|
|
{
|
|
}
|
|
} |