فهرست منبع

Added ILicense to ProductTreamtnet

Kenric Nugteren 11 ماه پیش
والد
کامیت
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; }