diff options
Diffstat (limited to 'Acl.cs')
| -rw-r--r-- | Acl.cs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ public enum AclRuleAction { public class Acl { [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int AclId { get; set; } - [ForeignKey("ObjectId")] public HBObject Subject { get; set; } public List<AclRule> Rules { get; set; } } |
