Breaking Changes. Upgrade Script in Sql directory. Deployed
This commit is contained in:
@ -2,12 +2,14 @@
|
||||
using System.Runtime.Serialization;
|
||||
using FluentNHibernate.Mapping;
|
||||
using System.Collections.Generic;
|
||||
using Tanshu.Accounts.Contracts;
|
||||
|
||||
namespace Tanshu.Accounts.Entities.Auth
|
||||
{
|
||||
public class Group
|
||||
{
|
||||
public virtual int GroupID { get; set; }
|
||||
[NotNull, Unique]
|
||||
public virtual string Name { get; set; }
|
||||
public virtual IList<RoleGroup> RoleGroups { get; set; }
|
||||
public virtual IList<UserGroup> UserGroups { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user