Explorar o código

Added ILicense to ProductTreamtnet

Kenric Nugteren hai 1 ano
pai
achega
60be76c252

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

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