mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 15:13:19 +08:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationUserRemovedForPolicyTwoStepViewModel : BaseMailModel
|
|
{
|
|
public string OrganizationName { get; set; }
|
|
}
|