Breaking Changes. Upgrade Script in Sql directory. Deployed
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using FluentNHibernate.Mapping;
|
||||
using Tanshu.Accounts.Contracts;
|
||||
|
||||
namespace Tanshu.Accounts.Entities.Auth
|
||||
{
|
||||
public class UserGroup
|
||||
{
|
||||
public virtual int UserGroupID { get; set; }
|
||||
[NotNull]
|
||||
public virtual User User { get; set; }
|
||||
[NotNull]
|
||||
public virtual Group Group { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user