Browse Source

Added ILicense to ProductTreamtnet

Kenric Nugteren 1 year ago
parent
commit
60be76c252
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prs.classes/Entities/Product/Treatment/ProductTreatment.cs

+ 1 - 1
prs.classes/Entities/Product/Treatment/ProductTreatment.cs

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