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
parent
commit
321a96ac55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityRole.cs

2
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; }

Loading…
Cancel
Save