Merge pull request #12667 from abpframework/auto-merge/rel-5-2/1081

Merge branch rel-5.3 with rel-5.2
pull/12668/head
maliming 3 years ago committed by GitHub
commit 0cfc6df44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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