|
@@ -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; }
|