Files
server/src/Core/Models/Mail/OrganizationUserRemovedForPolicyTwoStepViewModel.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
167 B
C#
Raw Normal View History

namespace Bit.Core.Models.Mail;
2022-08-29 16:06:55 -04:00
public class OrganizationUserRemovedForPolicyTwoStepViewModel : BaseMailModel
{
public string OrganizationName { get; set; }
}