Преглед изворни кода

Added ILicense to ProductTreamtnet

Kenric Nugteren пре 1 година
родитељ
комит
60be76c252
1 измењених фајлова са 1 додато и 1 уклоњено
  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; }