using InABox.Core; namespace Comal.Classes { [Caption("Digital Form Subscriptions")] public class EmployeeFormSubscription : Entity, IRemotable, IPersistent, IOneToMany, ILicense { public EmployeeLink Employee { get; set; } public QAFormLink Form { get; set; } } }