Browse Source

Update IdentityRoleEto.cs

pull/3210/head
Ahmet Çotur 6 years ago
parent
commit
bff490366c
  1. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs

@ -2,6 +2,7 @@
namespace Volo.Abp.Identity
{
[Serializable]
public class IdentityRoleEto
{
public Guid Id { get; set; }

Loading…
Cancel
Save