1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-18 08:00:59 -05:00
Files
bitwarden/src/Core/Models/Mail/OrganizationUserRemovedForPolicyTwoStepViewModel.cs
2022-08-29 16:06:55 -04:00

7 lines
167 B
C#

namespace Bit.Core.Models.Mail;
public class OrganizationUserRemovedForPolicyTwoStepViewModel : BaseMailModel
{
public string OrganizationName { get; set; }
}