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