...
This commit is contained in:
parent
2bd97c88ca
commit
bef91e0131
|
|
@ -1,4 +1,7 @@
|
|||
//namespace Nop.Core.Domain.Common;
|
||||
|
||||
using AyCode.Interfaces.Entities;
|
||||
|
||||
namespace Nop.Core;
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Reference in New Issue