Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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; } |
|
|
|
} |
|
|
|
} |
|
|
|
|