using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Employee))] public class RoleActivity : Entity, IRemotable, IPersistent, IManyToMany, IManyToMany, ILicense { [EntityRelationship(DeleteAction.Cascade)] public RoleLink Role { get; set; } [EntityRelationship(DeleteAction.Cascade)] public ActivityLink Activity { get; set; } } }