@@ -6,7 +6,7 @@ using System.Text;
namespace Comal.Classes
{
- public class ProductTreatment : Entity, IManyToMany<Product, TreatmentType>, IRemotable, IPersistent
+ public class ProductTreatment : Entity, IManyToMany<Product, TreatmentType>, IRemotable, IPersistent, ILicense<ProductManagementLicense>
[NullEditor]
public ProductLink Product { get; set; }