Browse Source

Tweaked RoleActivity

frogsoftware 2 năm trước cách đây
mục cha
commit
1a993fe59f
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      prs.classes/Entities/Role/RoleActivity.cs

+ 7 - 1
prs.classes/Entities/Role/RoleActivity.cs

@@ -3,7 +3,13 @@
 namespace Comal.Classes
 {
     [UserTracking(typeof(Employee))]
-    public class RoleActivity : Entity, IRemotable, IPersistent, IManyToMany<Role, Activity>, ILicense<CoreLicense>
+    public class RoleActivity : 
+        Entity, 
+        IRemotable, 
+        IPersistent, 
+        IManyToMany<Role, Activity>, 
+        IManyToMany<Activity, Role>, 
+        ILicense<CoreLicense>
     {
         [EntityRelationship(DeleteAction.Cascade)]
         public RoleLink Role { get; set; }