Skip to content

Commit 64abbf5

Browse files
committed
Add DirectlyAddToTenant property to InviteUserToTenantRequestedEto
1 parent 4d5307f commit 64abbf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/users/src/Volo.Abp.Users.Abstractions/Volo/Abp/Users/InviteUserToTenantRequestedEto.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ public class InviteUserToTenantRequestedEto : IMultiTenant
1111
public Guid? TenantId { get; set; }
1212

1313
public string Email { get; set; }
14+
15+
public bool DirectlyAddToTenant { get; set; }
1416
}

0 commit comments

Comments
 (0)