Browse Source
Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs
Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/15169/head
malik masis
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs
|
|
|
@ -50,7 +50,7 @@ public class IdentityRole : AggregateRoot<Guid>, IMultiTenant, IHasEntityVersion |
|
|
|
public virtual bool IsPublic { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// An entity version property that auto-increments when the entity changes.
|
|
|
|
/// A version value that is increased whenever the entity is changed.
|
|
|
|
/// </summary>
|
|
|
|
public virtual int EntityVersion { get; protected set; } |
|
|
|
|
|
|
|
|