using System.Web.Mvc; namespace Sevomin.WebFrontend.Controllers { [Authorize] public class AuthorizedController : BaseController { } }