From bef91e0131fac7ddf143fe3f15baa41d54b979b2 Mon Sep 17 00:00:00 2001 From: Loretta Date: Thu, 6 Nov 2025 15:11:59 +0100 Subject: [PATCH] ... --- Mango.Nop.Core/NopDependencies/BaseEntity.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mango.Nop.Core/NopDependencies/BaseEntity.cs b/Mango.Nop.Core/NopDependencies/BaseEntity.cs index f4a759f..3633650 100644 --- a/Mango.Nop.Core/NopDependencies/BaseEntity.cs +++ b/Mango.Nop.Core/NopDependencies/BaseEntity.cs @@ -1,4 +1,7 @@ //namespace Nop.Core.Domain.Common; + +using AyCode.Interfaces.Entities; + namespace Nop.Core; /// @@ -12,7 +15,7 @@ public abstract partial class BaseEntity : IBaseEntity public int Id { get; set; } } -public interface IBaseEntity +public interface IBaseEntity //: IEntityInt { public int Id { get; set; } } \ No newline at end of file