Browse Source

Add DirectlyAddToTenant property to InviteUserToTenantRequestedEto

pull/24456/head
maliming 5 months ago
parent
commit
64abbf5e80
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 2
      modules/users/src/Volo.Abp.Users.Abstractions/Volo/Abp/Users/InviteUserToTenantRequestedEto.cs

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

@ -11,4 +11,6 @@ public class InviteUserToTenantRequestedEto : IMultiTenant
public Guid? TenantId { get; set; }
public string Email { get; set; }
public bool DirectlyAddToTenant { get; set; }
}

Loading…
Cancel
Save