Browse Source

Update IHasEntityVersion.cs

pull/15483/head
Engincan VESKE 3 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;
/// <summary>
/// A version value that is increased whenever the entity is changed.
/// A standard interface for automatic versioning of your entities.
/// </summary>
public interface IHasEntityVersion
{
@ -9,4 +9,4 @@ public interface IHasEntityVersion
/// A version value that is increased whenever the entity is changed.
/// </summary>
int EntityVersion { get; }
}
}

Loading…
Cancel
Save