AyCode.Core/AyCode.Interfaces/Entities/IAcSoftRemoveEntityInt.cs

4 lines
118 B
C#

namespace AyCode.Interfaces.Entities;
public interface IAcSoftRemoveEntityInt : IAcSoftRemoveEntity, IEntityInt
{}