3f63281dc4
Also UI style, theme and element changes
15 lines
399 B
C#
15 lines
399 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using Disco.Data.Repository;
|
|
using Disco.Models.UI.Config.AuthorizationRole;
|
|
using Disco.Models.Services.Authorization;
|
|
|
|
namespace Disco.Web.Areas.Config.Models.AuthorizationRole
|
|
{
|
|
public class IndexModel : ConfigAuthorizationRoleIndexModel
|
|
{
|
|
public List<IRoleToken> Tokens { get; set; }
|
|
}
|
|
} |