mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
7 lines
169 B
C#
7 lines
169 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationUserRemovedForPolicySingleOrgViewModel : BaseMailModel
|
|
{
|
|
public string OrganizationName { get; set; }
|
|
}
|