Browse Source

Add IMultiTenant to IdentityRoleNameChangedEto

pull/12666/head
liangshiwei 4 years ago
parent
commit
7bbbee64ff
  1. 3
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleNameChangedEto.cs

3
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleNameChangedEto.cs

@ -1,9 +1,10 @@
using System;
using Volo.Abp.MultiTenancy;
namespace Volo.Abp.Identity;
[Serializable]
public class IdentityRoleNameChangedEto
public class IdentityRoleNameChangedEto : IMultiTenant
{
public Guid Id { get; set; }

Loading…
Cancel
Save