Browse Source

Update IHasEntityVersion.cs

pull/15483/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
39f2c8355f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      framework/src/Volo.Abp.Auditing.Contracts/Volo/Abp/Auditing/IHasEntityVersion.cs

4
framework/src/Volo.Abp.Auditing.Contracts/Volo/Abp/Auditing/IHasEntityVersion.cs

@ -1,7 +1,7 @@
namespace Volo.Abp.Auditing; namespace Volo.Abp.Auditing;
/// <summary> /// <summary>
/// A version value that is increased whenever the entity is changed. /// A standard interface for automatic versioning of your entities.
/// </summary> /// </summary>
public interface IHasEntityVersion public interface IHasEntityVersion
{ {
@ -9,4 +9,4 @@ public interface IHasEntityVersion
/// A version value that is increased whenever the entity is changed. /// A version value that is increased whenever the entity is changed.
/// </summary> /// </summary>
int EntityVersion { get; } int EntityVersion { get; }
} }

Loading…
Cancel
Save